/*
  Define your resets here or use something like Normalize.css if you like
 */

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

html,
body {
  margin: 0;
  padding: 0;
  -webkit-overflow-scrolling: touch;
}

figure,
p {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

@font-face {
  font-family: 'Equip';
  src: url('../fonts/Equip-ExtraLight.otf') format('opentype');
  font-weight: 200;
}

@font-face {
  font-family: 'Equip';
  src: url('../fonts/Equip-Light.otf') format('opentype');
  font-weight: 300;
}

@font-face {
  font-family: 'Equip';
  src: url('../fonts/Equip-Regular.otf') format('opentype');
  font-weight: 400;
}

@font-face {
  font-family: 'Equip';
  src: url('../fonts/Equip-Medium.otf') format('opentype');
  font-weight: 500;
}

@font-face {
  font-family: 'Equip';
  src: url('../fonts/Equip-Bold.otf') format('opentype');
  font-weight: 600;
}

@font-face {
  font-family: 'Equip';
  src: url('../fonts/Equip-ExtraBold.otf') format('opentype');
  font-weight: 700;
}

@font-face {
  font-family: 'Equip Slab';
  src: url('../fonts/EquipSlab-ExtraLight.otf') format('opentype');
  font-weight: 200;
}

body {
  font-family: 'Equip', sans-serif;
  font-size: 1em;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

button {
  font-family: 'Equip', sans-serif;
}

.uppercase {
  text-transform: uppercase;
}

.tracked {
  letter-spacing: 2.5px;
  letter-spacing: 0.15625rem;
}

@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */

.animated{animation-duration:1s;animation-fill-mode:both}

.animated.infinite{animation-iteration-count:infinite}

.animated.hinge{animation-duration:2s}

.animated.bounceIn,.animated.bounceOut,.animated.flipOutX,.animated.flipOutY{animation-duration:.75s}

@keyframes bounce{0%,20%,53%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0)}90%{transform:translate3d(0,-4px,0)}}

.bounce{animation-name:bounce;transform-origin:center bottom}

@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}

.flash{animation-name:flash}

@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}

.pulse{animation-name:pulse}

@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}

.rubberBand{animation-name:rubberBand}

@keyframes shake{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}

.shake{animation-name:shake}

@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}

.headShake{animation-timing-function:ease-in-out;animation-name:headShake}

@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}

.swing{transform-origin:top center;animation-name:swing}

@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}

.tada{animation-name:tada}

@keyframes wobble{0%{transform:none}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:none}}

.wobble{animation-name:wobble}

@keyframes jello{0%,11.1%,to{transform:none}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}

.jello{animation-name:jello;transform-origin:center}

@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}

.bounceIn{animation-name:bounceIn}

@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}

.bounceInDown{animation-name:bounceInDown}

@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}

.bounceInLeft{animation-name:bounceInLeft}

@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}

.bounceInRight{animation-name:bounceInRight}

@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}

.bounceInUp{animation-name:bounceInUp}

@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}

.bounceOut{animation-name:bounceOut}

@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}

.bounceOutDown{animation-name:bounceOutDown}

@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}

.bounceOutLeft{animation-name:bounceOutLeft}

@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}

.bounceOutRight{animation-name:bounceOutRight}

@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}

.bounceOutUp{animation-name:bounceOutUp}

@keyframes fadeIn{0%{opacity:0}to{opacity:1}}

.fadeIn{animation-name:fadeIn}

@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:none}}

.fadeInDown{animation-name:fadeInDown}

@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:none}}

.fadeInDownBig{animation-name:fadeInDownBig}

@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:none}}

.fadeInLeft{animation-name:fadeInLeft}

@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:none}}

.fadeInLeftBig{animation-name:fadeInLeftBig}

@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:none}}

.fadeInRight{animation-name:fadeInRight}

@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:none}}

.fadeInRightBig{animation-name:fadeInRightBig}

@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:none}}

.fadeInUp{animation-name:fadeInUp}

@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:none}}

.fadeInUpBig{animation-name:fadeInUpBig}

@keyframes fadeOut{0%{opacity:1}to{opacity:0}}

.fadeOut{animation-name:fadeOut}

@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}

.fadeOutDown{animation-name:fadeOutDown}

@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}

.fadeOutDownBig{animation-name:fadeOutDownBig}

@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}

.fadeOutLeft{animation-name:fadeOutLeft}

@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}

.fadeOutLeftBig{animation-name:fadeOutLeftBig}

@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}

.fadeOutRight{animation-name:fadeOutRight}

@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}

.fadeOutRightBig{animation-name:fadeOutRightBig}

@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}

.fadeOutUp{animation-name:fadeOutUp}

@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}

.fadeOutUpBig{animation-name:fadeOutUpBig}

@keyframes flip{0%{transform:perspective(400px) rotateY(-1turn);animation-timing-function:ease-out}40%{transform:perspective(400px) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95);animation-timing-function:ease-in}to{transform:perspective(400px);animation-timing-function:ease-in}}

.animated.flip{backface-visibility:visible;animation-name:flip}

@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}

.flipInX{backface-visibility:visible!important;animation-name:flipInX}

@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}

.flipInY{backface-visibility:visible!important;animation-name:flipInY}

@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}

.flipOutX{animation-name:flipOutX;backface-visibility:visible!important}

@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}

.flipOutY{backface-visibility:visible!important;animation-name:flipOutY}

@keyframes lightSpeedIn{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg);opacity:1}to{transform:none;opacity:1}}

.lightSpeedIn{animation-name:lightSpeedIn;animation-timing-function:ease-out}

@keyframes lightSpeedOut{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}

.lightSpeedOut{animation-name:lightSpeedOut;animation-timing-function:ease-in}

@keyframes rotateIn{0%{transform-origin:center;transform:rotate(-200deg);opacity:0}to{transform-origin:center;transform:none;opacity:1}}

.rotateIn{animation-name:rotateIn}

@keyframes rotateInDownLeft{0%{transform-origin:left bottom;transform:rotate(-45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}

.rotateInDownLeft{animation-name:rotateInDownLeft}

@keyframes rotateInDownRight{0%{transform-origin:right bottom;transform:rotate(45deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}

.rotateInDownRight{animation-name:rotateInDownRight}

@keyframes rotateInUpLeft{0%{transform-origin:left bottom;transform:rotate(45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}

.rotateInUpLeft{animation-name:rotateInUpLeft}

@keyframes rotateInUpRight{0%{transform-origin:right bottom;transform:rotate(-90deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}

.rotateInUpRight{animation-name:rotateInUpRight}

@keyframes rotateOut{0%{transform-origin:center;opacity:1}to{transform-origin:center;transform:rotate(200deg);opacity:0}}

.rotateOut{animation-name:rotateOut}

@keyframes rotateOutDownLeft{0%{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate(45deg);opacity:0}}

.rotateOutDownLeft{animation-name:rotateOutDownLeft}

@keyframes rotateOutDownRight{0%{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate(-45deg);opacity:0}}

.rotateOutDownRight{animation-name:rotateOutDownRight}

@keyframes rotateOutUpLeft{0%{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate(-45deg);opacity:0}}

.rotateOutUpLeft{animation-name:rotateOutUpLeft}

@keyframes rotateOutUpRight{0%{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate(90deg);opacity:0}}

.rotateOutUpRight{animation-name:rotateOutUpRight}

@keyframes hinge{0%{transform-origin:top left;animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);transform-origin:top left;animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);transform-origin:top left;animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}

.hinge{animation-name:hinge}

@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}

.jackInTheBox{animation-name:jackInTheBox}

@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:none}}

.rollIn{animation-name:rollIn}

@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}

.rollOut{animation-name:rollOut}

@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}

.zoomIn{animation-name:zoomIn}

@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}

.zoomInDown{animation-name:zoomInDown}

@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}

.zoomInLeft{animation-name:zoomInLeft}

@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}

.zoomInRight{animation-name:zoomInRight}

@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}

.zoomInUp{animation-name:zoomInUp}

@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}

.zoomOut{animation-name:zoomOut}

@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1)}}

.zoomOutDown{animation-name:zoomOutDown}

@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0);transform-origin:left center}}

.zoomOutLeft{animation-name:zoomOutLeft}

@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0);transform-origin:right center}}

.zoomOutRight{animation-name:zoomOutRight}

@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1)}}

.zoomOutUp{animation-name:zoomOutUp}

@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}

.slideInDown{animation-name:slideInDown}

@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}

.slideInLeft{animation-name:slideInLeft}

@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}

.slideInRight{animation-name:slideInRight}

@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}

.slideInUp{animation-name:slideInUp}

@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}

.slideOutDown{animation-name:slideOutDown}

@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}

.slideOutLeft{animation-name:slideOutLeft}

@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}

.slideOutRight{animation-name:slideOutRight}

@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}

.slideOutUp{animation-name:slideOutUp}

.button-cma {
  border-radius: 0;
  display: inline-block;
  margin: 1em;
  padding: 1.785em 2.714em 1.7em;
  background-color: #fff;
  text-decoration: none;
  color: #000;
  cursor: pointer;
  text-transform: uppercase;
  transition: background 200ms ease-in-out;
  font-size: 10.4px;
  font-size: 0.65rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1em;
  /* white-space: nowrap; */
  margin-top: 30px;
}

.one-year-button {
    width: 400px;
}

.button--allocation-border {
  border-bottom: 2px solid grey;
  border-right: 2px solid grey;
}

.button--no-icon {
  border-radius: 0;
  display: inline-block;
  margin: 0;
  padding: 1.785em 2.714em 1.7em;
  background-color: #fff;
  text-decoration: none;
  color: #000;
  cursor: pointer;
  text-transform: uppercase;
  transition: background 200ms ease-in-out;
  font-size: 10.4px;
  font-size: 0.65rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1em;
  /* white-space: nowrap; */
  margin-top: 30px;
}

.button--direct-download-full-report {
}

.button--direct-download-full-report:after {
    display: none !important;
}

.button--download-full-report,
.button--direct-download-full-report {
  display: block;
  -moz-appearance: none;
       appearance: none;
  border: 0;
  padding-right: 10px;
  margin: 30px auto 0;
}

.button--arrow::after {
  width: 11px;
  height: 12px;
  background-size: 7px 11px;
  background-image: url('../images/icons/solid-right-arrow.png');
}

.button--arrow--blue::after {
  background-image: url('../images/icons/arrow-right--blue.svg');
}

.button--teal {
  background-color: #00859b;
  color: #fff;
}

.button-cma.button--transparent {
  background-color: transparent;
  color: #fff;
}

.button--download-full-report,
.button--direct-download-full-report {
  -moz-appearance: none;
       appearance: none;
  border: 0;
  background-repeat: no-repeat;
  background-position: 200px center;
  padding-right: 32px;
}

.button--matrices {
  border: 1px solid #f1c400;
  background-color: transparent;
  color: #fff;
  transition: background 200ms ease-in-out;
  margin-top: 30px
}

.button--matrices::after {
    width: 19px;
    height: 13px;
    background-image: url('../images/icons/matrices.png');
}

.button--load-more-asset-classes {
  border: 1px solid #f1c400;
  background-color: transparent;
  color: #fff;
  transition: background 200ms ease-in-out;
  margin-top: 30px
}

.button--load-more-asset-classes::after {
    width: 19px;
    height: 13px;
    background-image: url('../images/icons/plus-white.svg');
}

.button--plus {
}

.button--plus::after {
    width: 17px;
    height: 17px;
    position: relative;
    bottom: 1px;
    color: #00859b;
    background-image: url('../images/icons/plus.svg');
    background-size: contain;
    background-position: center center;
}

.button--plus.is-active {
}

.button--plus.is-active::after {
      background-image: url('../images/icons/minus.svg');
}

.button--plus.is-active:hover {
}

.button--plus.is-active:hover::after {
        background-image: url('../images/icons/minus.svg');
}

.button--plus-yellow {
}

.button--plus-yellow::after {
    width: 17px;
    height: 17px;
    color: #fff;
    background-image: url('../images/icons/plus-white.svg');
    background-size: contain;
    background-position: center center;
}

.button--plus-yellow.is-active {
}

.button--plus-yellow.is-active::after {
      background-image: url('../images/icons/minus-white.svg');
}

.button--load-more-themes {
  border: 1px solid #00859b;
  background-color: transparent;
  transition: background 200ms ease-in-out;
  margin-top: 30px;
  text-align: center;
}

.button--oneyear-load-more-asset-classes {
  border: 1px solid #f1c400;
  background-color: rgb(57, 58, 59) !important;
  color: white !important;
  margin-top: 0;
}

.button--oneyear-load-more-asset-classes:hover {
  background-color: #f1c400 !important;
}

.button--toggle-outlook-table {
  color: #005c5f;
  border-color: #005c5f;
  background-color: transparent;
}

.button__oneyear-chart {
  border: 1px solid #f1c400;
  background-color: transparent;
  color: #fff;
  transition: background 200ms ease-in-out;
  margin-top: 30px
}

.button__oneyear-chart::after {
    width: 19px;
    height: 13px;
    background-image: url('../images/icons/plus-white.svg');
}

.button--back-to-home {
}

.button--oneyear-launch-themes-modal {
  cursor: pointer;
}

@media screen and (min-width: 768px) {

  .button__oneyear-chart::after {
      width: 19px;
      height: 13px;
      background-image: url('../images/icons/plus-white.svg');
  }

  .button--plus-yellow::after {
      background-image: url('../images/icons/plus-white.svg');
  }
  .button-cma {
    display: inline-block;
    padding: 1.785em 2.714em 1.7em;
    background-color: #fff;
    text-decoration: none;
    color: #000;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 0.875rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1em;
    border-radius: 0;
    /* white-space: nowrap; */
    margin-top: 4em;
  }

  .button--no-icon {
    display: inline-block;
    margin: 0;
    padding: 1.785em 2.714em 1.7em;
    background-color: #fff;
    text-decoration: none;
    color: #000;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 0.875rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1em;
    border-radius: 0;
    /* white-space: nowrap; */
    margin-top: 4em;
  }

  .button-cma:hover {
    background-color: #f1c400;
    color: #fff;
  }

  .button-cma::after {
    position: relative;
    display: inline-block;
    content: '';
    vertical-align: middle;
    margin-top: -4px;
    margin-left: 8px;
  }

  .button--download:hover {
  }

  .button--download:hover::after {
      background-position: 0 -19px;
  }

  .button--download.button--transparent {
  }

  .button--download.button--transparent::after {
      background-position: 0 -19px;
  }

  .button--plus:hover {
    background-color: #00859b
  }

  .button--plus:hover::after {
      background-image: url('../images/icons/plus-white.svg');
  }

  .button--plus.is-active:hover {
  }

  .button--plus.is-active:hover::after {
      background-image: url('../images/icons/minus-white.svg');
  }

  .button--plus-yellow {
  }

  .button--plus-yellow:hover {
      background-color: #fff;
  }

  .button--download-full-report,
  .button--direct-download-full-report {
    -moz-appearance: none;
         appearance: none;
    border: 0;
    background-repeat: no-repeat;
    background-position: 260px center;
    /* padding-right: 65px; */
  }

  .button--arrow::after {
    width: 7px;
    height: 11px;
    background-image: url('../images/icons/solid-right-arrow.png');
  }

  .button--arrow--blue::after {
    background-image: url('../images/icons/arrow-right--blue.svg');
  }

  .button--arrow--blue:hover:after {
    background-image: url('../images/icons/solid-right-arrow.png');
  }

  .button--teal {
    background-color: #00859b;
    color: #fff;
  }

  .button--download-full-report,
  .button--direct-download-full-report {
    -moz-appearance: none;
         appearance: none;
    border: 0;
  }

  .button--matrices {
    border: 1px solid #f1c400;
    background-color: transparent;
    color: #fff;
    margin-top: 38px
  }

  .button--matrices:hover {
      background-color: #f1c400;
  }

  .button--matrices:hover::after {
        background-position: 0 -15px;
  }

  .button--load-more-asset-classes {
    border: 1px solid #f1c400;
    background-color: transparent;
    color: #fff;
    margin-top: 38px
  }

  .button--load-more-asset-classes:hover {
      background-color: #f1c400;
  }

  .button--toggle-outlook-table {
    color: #005c5f;
    border-color: #005c5f;
    background-color: transparent
  }

  .button--toggle-outlook-table:hover {
      color: white;
      background: #005c5f;
      border-color: #005c5f;
  }

  .button__oneyear-chart {
    border: 1px solid #f1c400;
    background-color: transparent;
    color: #fff;
    transition: background 200ms ease-in-out;
    margin-top: 4em
  }

  .button__oneyear-chart:hover {
      background-color: #f1c400;
  }
}

.go-to-arrow {
  position: relative;
  transition: all 0.2s;
}

.go-to-arrow:after {
  content: '';
  background-image: url('../images/icons/arrow-right--yellow.svg');
  background-position: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  height: 10px;
  width: 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 7px;
  transition: all 0.2s;
}

.go-to-arrow:hover:after {
  margin-left: 15px;
  background-position: 50%;
}

.go-to-arrow--white:after {
  background-image: url('../images/icons/arrow-right--white2.svg');
}

.header {
  background-color: #00859b;
  padding: 20px 0 0;
  position: relative;
  text-align: center;
  overflow: visible;
  z-index: 0;
}

#officialButton {
  visibility: hidden !important;
  width: 0px;
  height: 0px;
  padding: 0px;
  margin: 0px;
}

.vjs-big-play-button {
  position: relative;
  top: 50px !important;
  left: calc(50% - 60px) !important;
}

@media screen and (min-width: 768px) {
  .vjs-big-play-button {
    position: relative;
    top: 100px !important;
    left: calc(50% - 40px) !important;
  }
}

@media screen and (min-width: 1000px) {
  .vjs-big-play-button {
    position: relative;
    top: 160px !important;
    left: calc(50% - 40px) !important;
  }
}

.header--products {
  /*margin-bottom: -50px;*/
  z-index: 1;
  background-color: transparent;
}

.header__bg {
  background-color: transparent;
  background-image: url('../images/header-background.png');
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 80% auto;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.header__bg--product {
  z-index: 1;
  background-image: url('../images/products-page/product-page-backgrounds/background-product-header.png');
  background-size: auto;
}

.header__nav {
  position: relative;
  margin: 0 auto;
  text-align: left;
}

.header__logo {
  /*  margin: 0 auto;
  width: 147px;
*/
}

.header__logo img {
  width: 209px;
  height: 47px;
}

.header__logo--asset-management {
  padding: 40px 0 30px;

  .header__logo--asset-management img {
    height: 47px;
    width: 209px;
  }
}

.header__logo--asset-management img {
    height: 47px;
    width: 209px;
  }

.header__back {
  display: block;
  color: #fff;
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 2.08px;
  letter-spacing: 0.13rem;
  line-height: 13px;
  line-height: 0.8125rem;
  padding: 0 0 0 27.2px;
  padding: 0 0 0 1.7rem;
  margin: 0;
  position: relative;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  left: 0;

  .header__back svg {
    left: 0;
    position: absolute;
    top: 0;
  }
}

.header__back svg {
    left: 0;
    position: absolute;
    top: 0;
  }

.header__text {
  color: #fff;
}

.header__text__title {
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.2em;
  margin: 30px auto 0;
  color: #f1c400;
  max-width: 200px;
  letter-spacing: 5px;
  letter-spacing: 0.3125rem;
}

.header__text__line-separator {
  display: none;
}

.header__text__subtitle {
  font-weight: 200;
  font-size: 44px;
  font-size: 2.75rem;
  line-height: 1em;
  margin: 0.333em 0 0.333em;
  letter-spacing: 8px;
  letter-spacing: 0.5rem;
}

.header__video {
  position: relative;
  margin: 30px 0 0;
  padding: 0;
  font-size: 0;
  z-index: 2;
  height: 76px;
}

.header__video__inner {
  position: relative;
  border: 10px solid rgba(255, 255, 255, 1);
  width: 350px;
  margin: 0 auto;
  z-index: 1;
}

/* overriding animation when image is used instead of video */

/* .header__video__inner {
  transition: 0s !important;
} */

.header__video__inner *,
.header__video a {
  width: 330px;
  height: 183px;
}

/* used for header video not image */

/* .header__video a {
  background-image: url('https://httpsak-a.akamaihd.net/2862659545001/2862659545001_5541087779001_5541075041001-vs.jpg?pubId=2862659545001&videoId=5541075041001');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  display: block;
  position: relative;
}

.header__video a div {
  background-image: url('../images/icons/icon-videoplay.png');
  background-repeat: no-repeat;
  background-position: 92% 80%;
} */

.header .section-header__description {
  font-size: 20px !important;
  max-width: none;
}

/* Tablet */

@media screen and (min-width: 768px) {
  .header {
    padding: 43px 0 0;
  }

  .header--products {
    /*margin-bottom: -50px;*/
  }

  .header__bg {
    background-size: 60% auto;
  }

  .header__bg--product {
    z-index: 1;
    background-image: url('../images/products-page/product-page-backgrounds/background-product-header.png');
    /*background-size: 80% auto;*/
    background-size: auto;
  }

  .header__nav {
    position: relative;
    margin: 0 auto;
    text-align: left;
  }

  .header__logo {
    margin: 0;
    width: auto;
  }

  .header__logo--asset-management {
    padding: 0;
  }

    .header__logo--asset-management img {
      height: 47px;
      width: 209px;
    }

  .header__back {
    display: block;
    color: #fff;
    font-size: 0.8125rem;
    letter-spacing: 0.13rem;
    line-height: 0.8125rem;
    padding: 0 0 0 1.7rem;
    margin: 30px 0 0 38px;
    position: relative;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
  }

    .header__back svg {
      left: 0;
      position: absolute;
      top: 0;
    }

  .header__text {
    color: #fff;
  }

  .header__text__title {
    font-weight: 500;
    font-size: 1.4375rem;
    line-height: 1em;
    margin: 93px 0 0;
    color: #f1c400;
    max-width: 100%;
  }

  .header__text__line-separator {
    display: inline;
    position: relative;
    margin: 0 10px
  }

  .header__text__line-separator:before {
      content: '';
      background: rgba(255, 255, 255, .5);
      width: 1px;
      height: 15px;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: -0.5rem;
  }

  .header__text__subtitle {
    font-weight: 200;
    font-size: 3.75rem;
    line-height: 1em;
    margin: 0.333em 0 0.333em;
    letter-spacing: 0.6875rem;
  }

  .header__video {
    position: relative;
    margin: 35px 0 0;
    padding: 0;
    font-size: 0;
    z-index: 2;
    height: 163px;
  }

  .header__video__inner {
    position: relative;
    border: 10px solid rgba(255, 255, 255, 1);
    width: 600px;
    margin: 0 auto;
    z-index: 1;
  }

  .header__video__inner *,
  .header__video a {
    width: 580px;
    height: 326px;
  }

  .header .section-header__description {
    font-size: 1.25rem;
  }
}

/* Desktop */

@media screen and (min-width: 1024px) {
  .header__video {
    height: 224.5px;
  }

  .header__video__inner {
    width: 820px;
  }

  .header__video__inner *,
  .header__video a {
    width: 800px;
    height: 449px;
  }
}

.header__video__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  position: relative;
  top: 20px;
}

.header__video__container__inner__desktop {
  border: 10px solid rgba(255, 255, 255, 1);
}

.video1 {
  width: 329px;
  height: 185px;
}

@media screen and (max-width: 760px) {
  .bc-player-default_default-index-0 {
    width: 350px !important;
    height: 260px;
  }
}

@media screen and (max-width: 460px) {
  .bc-player-default_default-index-0 {
    width: 250px !important;
    height: 160px;
  }
}

@media screen and (min-width: 761px) {
  .video1 {
    width: 505px;
    height: 284px;
  }
}

@media screen and (min-width: 1000px) {
  .video1 {
    width: 801px;
    height: 450px;
  } 
}

.section-header2 {
  cursor: pointer;
  text-align: center
}

.section-header2:before {
    display: block;
    content: '';
    width: 320px;
    width: 20rem;
    height: 1px;
    line-height: 2px;
    font-size: 0;
    background-color: #f1c400;
    margin: 0 auto 17.6px;
    margin: 0 auto 1.1rem;
    position: relative;
    top: 25px;
}

@media screen and (min-width: 768px) {
  .section-header2 {
  }
  .section-header2:before {
      width: 46rem;
  }
}

/* ----------------------------------- */

.section-header {
  text-align: center
}

.section-header:before {
    display: block;
    content: '';
    width: 30px;
    width: 1.875rem;
    height: 2px;
    line-height: 2px;
    font-size: 0;
    background-color: #f1c400;
    margin: 0 auto 17.6px;
    margin: 0 auto 1.1rem;
}

.section-header--left-aligned::before {
  margin: 0 0 17.6px;
  margin: 0 0 1.1rem;
}

.section-header--inverted {
  color: #fff;
}

.section-header--left-aligned {
  display: inline-block;
  text-align: left;
}

.section-header__title {
  font-size: 19.2px;
  font-size: 1.2rem;
  max-width: 450px;
  margin: 0 auto;
}

.section-header__title--left-aligned {
  margin: 0;
  max-width: 500px;
}

.section-header__description {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  margin: 16px auto 0;
  margin: 1rem auto 0;
  /*max-width: 550px;*/
}

.section-header--left-aligned .section-header__description {
  margin: 16px 0 0;
  margin: 1rem 0 0;
}

@media screen and (min-width: 768px) {
  .section-header {
    text-align: center;
  }

  .section-header--left-aligned::before {
    margin: 0 0 1.5626rem;
  }

  .section-header--inverted {
    color: #fff;
  }

  .section-header--left-aligned {
    display: inline-block;
    text-align: left;
  }

  .section-header__title {
    font-size: 1.75rem;
    max-width: 450px;
    margin: 0 auto;
  }

  .section-header__title--left-aligned {
    margin: 0;
    max-width: 500px;
  }

  .section-header__description {
    font-size: 1.125rem;
    font-weight: 300;
    margin: 1rem auto 0;
    /*max-width: 500px;*/
  }

  .section-header--left-aligned .section-header__description {
    margin: 1rem 0 0;
  }
}

.themes {
  margin: 60px 0;
}

.themes5year {
  position: relative;
  bottom: -10px;
}

.themes__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /*lost-utility: clearfix;*/
  margin: 0 0 0;
}

.themes__list-item {
  display: block;
  list-style-type: none;
  padding: 30px 20px;
  margin: 30px 0 0;
  position: relative;
  text-align: center;
  border-radius: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  text-decoration: none;
  transition: all 200ms ease-in-out;
  cursor: pointer;
  color: inherit;
  position: relative;
  overflow: visible;
  min-height: 389px
}

.themes__list-item::before {
    background-color: #00859b;
    content: '';
    display: block;
    top: 0;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    border-radius: 10px;
}

.themes__list-item::after {
    background-color: #f1c400;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateY(6px);
    z-index: -1;
    border-radius: 10px;
}

.themes__list-item__icon {
  height: 105px;
  margin: 30px auto 0;
  width: 185px;
  position: relative;
}

.themes__list-item__icon > * {
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translate(-50%, -50%);
}

.themes__list-item__icon img {
  width: 185px;
  height: 185px;
  height: auto;
  border: none;
}

.themes__list-item__title {
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.15em;
  line-height: 1.3em;
  text-transform: uppercase;
  margin: 27px auto 0;
  position: relative;
}

.themes__list-item__description {
  color: #fff;
  margin: 0 auto;
  max-width: 306px;
  padding: 0;
  position: relative;
  line-height: 1.5em;
}

.themes__list-item__learn-more {
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  margin-top: 14px;
}

.themes__modal {
  position: fixed;
  background-color: #fff;
  width: 100vw;
  height: 100%;
  z-index: 10;
  top: 0;
  left: 0;
  display: none;
  opacity: 0;
  transition: opacity 0.33s;
  overflow: scroll;
  -webkit-overflow-scrolling: touch; /* This is neccessary to tell ios that this is an overlay. Don't scroll the background */
  transform: translate3d(0, 0, 0);
}

.themes__modal__bg {
  display: block;
  position: absolute;
  background-color: #fff;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.themes__modal__close-button {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 20px;
  height: 20px;

  .themes__modal__close-button img {
    width: 100%;
    height: 100%;
  }
}

.themes__modal__close-button img {
    width: 100%;
    height: 100%;
  }

.themes-cta__button-container {
  text-align: center;
}

.themes__modal__previous-button,
.themes__modal__next-button {
  position: absolute;
  top: 162px;
  margin-top: -23.225px;
  width: 10px;
  height: 23.225px;

  .themes__modal__previous-button img, .themes__modal__next-button img {
    width: 100%;
    height: 100%;
  }
}

.themes__modal__previous-button img, .themes__modal__next-button img {
    width: 100%;
    height: 100%;
  }

.themes__modal__previous-button {
  left: 20px;
}

.themes__modal__next-button {
  right: 20px;
}

.themes__modal__inner {
  padding: 30px;
  width: 100%;
  overflow: hidden;
  background: #fff;
}

.themes__modal-item {
  display: none;
  max-width: 831px;
  margin: 0 auto;
  position: relative;
}

.themes__modal-item__header {
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, .2);
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.themes__modal-item__icon {
  width: 185px;
  height: 185px;
  margin: 0px;
}

.themes__modal-item__title {
  margin-top: -10px;
  font-size: 22px;
  font-size: 1.375rem;
}

.themes__modal-item__chart {
  /* margin-top: 30px; */
  overflow-y: hidden;
  position: relative;
}

.themes__modal-item__chart__tabs {
  margin: 0 auto -30px;
  padding: 0 20px;
  max-width: 400px;
}

.themes__modal-item__chart__tabs:before {
  content: '';
  display: table;
}

.themes__modal-item__chart__tabs:after {
  content: '';
  display: table;
  clear: both;
}

.themes__modal-item__chart__tab {
  display: block;
  float: left;
  width: calc(50% - 20px);
  text-decoration: none;
  color: inherit;
  text-align: center;
  text-transform: uppercase;
  border-top: 1px solid #000;
  padding: 10px 0 20px;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0 10px;
  opacity: 0.6 !important;
  transition: opacity 0.2s;
}

.themes__modal-item__chart__tab:last-child {
  margin-right: 0;
}

.themes__modal-item__chart__tab:hover,
.themes__modal-item__chart__tab:focus {
  opacity: 1 !important;
}

.themes__modal-item__chart__tab--active {
  font-weight: 600;
  opacity: 1 !important;
  border-top: 1px solid #6bcaba;
}

.themes__modal-item__chart-title {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 16px;
  line-height: 1rem;
  text-transform: uppercase;
  letter-spacing: 2.32px;
  letter-spacing: 0.145rem;
  padding: 16px 0 0;
  margin: 30px 0 0;
  position: relative
}

.themes__modal-item__chart-title::before {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #00859b;
    content: '';
    display: block;
    width: 30px;
    height: 2px;
}

.themes__modal-item__chart-subtitle {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 16px;
  line-height: 1rem;
  margin: 0;
  padding: 8px 0 0;
  padding: 0.5rem 0 0;
  font-weight: 300;
}

.themes__green-transition-image {
  margin-bottom: 30px;
}

.themes__modal-item__chart-key {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 16px;
  line-height: 1rem;
  margin: 0;
  padding-top: 16px;
  padding-top: 1rem;
  font-weight: 450;
}

.themes__modal-item__description {
  margin-top: 0.65em;
  font-weight: 300;
  line-height: 1.5em;
}

.themes__modal-item__chart-source {
  font-size: 0.6875em;
  color: rgba(0, 0, 0, .6);
}

.themes__modal-item__button-container {
  text-align: center;
}

.themes__modal-item__button-container .button {
  margin-top: 2.5em;
}

/* Tablet */

@media screen and (min-width: 768px) {
  .themes__list {
    -ms-flex-direction: row;
        flex-direction: row;
    max-width: 768px;
    margin: 60px auto 0;
  }

  .themes__list-item {
    margin: 0;
    width: calc(99.9% * 1/2 - 10px)
  }

  .themes__list-item:nth-child(n + 3) {
      margin-top: 26px;
      border-bottom: none;
  }

  .themes__list-item:nth-child(1n) {
    float: left;
    margin-right: 20px;
    clear: none
  }

  .themes__list-item:nth-child(1n):nth-child(n + 3) {
}

  .themes__list-item:last-child {
    margin-right: 0
  }

  .themes__list-item:last-child:nth-child(n + 3) {
}

  .themes__list-item:nth-child(2n) {
    margin-right: 0;
    float: right
  }

  .themes__list-item:nth-child(2n):nth-child(n + 3) {
}

  .themes__list-item:nth-child(2n + 1) {
    clear: both
  }

  .themes__list-item:nth-child(2n + 1):nth-child(n + 3) {
}

  .themes__modal__inner {
    padding: 80px 80px;
  }

  .themes__modal__previous-button,
  .themes__modal__next-button {
    position: absolute;
    top: 40%;
    margin-top: -23.225px;
    width: 10px;
    height: 23.225px;
  }

    .themes__modal__previous-button img, .themes__modal__next-button img {
      width: 100%;
      height: 100%;
    }

  .themes__modal__previous-button {
    left: 20px;
  }

  .themes__modal__next-button {
    right: 20px;
  }

  .themes__modal-item__chart {
    /* margin-top: 30px; */
    overflow-y: scroll;
  }

  .themes__modal-item__chart__tabs {
    position: absolute;
    top: 25px;
    left: 50%;
    transform: translateX(-50%);
    width: 360px;
    margin-left: -10px;
    z-index: 10;
    padding: 0;
  }

  .themes__modal-item__chart__tabs:before {
    content: '';
    display: table;
  }

  .themes__modal-item__chart__tabs:after {
    content: '';
    display: table;
    clear: both;
  }

  .themes__modal-item__chart__tab {
    padding: 23px 0;
    letter-spacing: 0.15rem;
    width: calc(50% - 20px);
    margin-right: 20px;
  }

  .themes__modal-item__chart__tab:last-child {
    margin-right: 0;
  }
}

.themes .section-header__description {
  max-width: 100%;
}

/* Desktop */

@media screen and (min-width: 1024px) {

  .themes__list-item:nth-child(3n + 1):nth-child(n + 4) {
}

  .themes__list-item:nth-child(3n):nth-child(n + 4) {
}

  .themes__list-item:last-child:nth-child(n + 4) {
}

  .themes__list-item:nth-child(1n):nth-child(n + 4) {
}

  .themes__list-item:nth-child(n + 4) {
      margin-top: 26px;
      border-bottom: none;
  }
  .themes {
    margin: 100px 0;
  }

  .themes__list {
    /*lost-utility: clearfix;*/
    margin: 63px 0 0;
    max-width: 100%;
    padding: 0;
  }

  .themes__list-item {
    width: calc(99.9% * 1/3 - 13.333333333333332px)
  }

  .themes__list-item:nth-child(3) {
      margin-top: 0;
  }

  .themes__list-item:nth-child(1n) {
    float: left;
    margin-right: 20px;
    clear: none
  }

  .themes__list-item:nth-child(1n):nth-child(3) {
}

  .themes__list-item:last-child {
    margin-right: 0
  }

  .themes__list-item:last-child:nth-child(3) {
}

  .themes__list-item:nth-child(3n) {
    margin-right: 0;
    float: right
  }

  .themes__list-item:nth-child(3n):nth-child(3) {
}

  .themes__list-item:nth-child(3n + 1) {
    clear: both
  }

  .themes__list-item:nth-child(3n + 1):nth-child(3) {
}

  .themes__list-item:hover {
    transform: translateY(-5px);
    box-shadow: 0px 15px 10px rgba(0, 0, 0, .1);
  }

  .themes__list-item__icon {
  }

  .themes__list-item__icon img {
  }

  .themes__list-item__title {
    margin-bottom: 7px;
  }

  .themes__modal {
    position: fixed;
    background-color: #fff;
    width: 100vw;
    height: 100vh;
    z-index: 10;
    top: 0;
    left: 0;
    display: none;
    opacity: 0;
    transition: opacity 0.33s;
    overflow: scroll;
  }

  .themes__modal__close-button {
    position: absolute;
    top: 42px;
    right: 45px;
    width: 30px;
    height: 29px;
  }

  .themes__modal__previous-button,
  .themes__modal__next-button {
    position: absolute;
    top: 50%;
    margin-top: -23.225px;
    width: 20px;
    height: 46.45px;
  }

  .themes__modal__previous-button {
    left: 45px;
  }

  .themes__modal__next-button {
    right: 45px;
  }

  .themes__modal__inner {
    padding: 60px;
  }

  .themes__modal-item {
    display: none;
    max-width: 831px;
    margin: 0 auto;
  }

  .themes__modal-item__header {
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    margin-bottom: 30px;
    padding-bottom: 30px;
  }


  .themes__modal-item__title {
    font-size: 1.375rem;
  }

  .themes__modal-item__chart {
    margin-left: 0;
    margin-right: 0;
    overflow-y: hidden;
  }

  .themes__modal-item__chart-source {
    /* margin-top: 30px; */
  }

  .themes__modal-item__chart--regulation,
  .themes__modal-item__chart--populist-catharsis,
  .themes__modal-item__chart--valuation {
    margin-top: 30px;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
      .themes__modal-item__chart--entrenched-growth .chart__svg__desktop svg {
        display: block;
        height: 350px !important;
      }
      .themes__modal-item__chart--stuckflation .chart__svg__desktop svg {
        display: block;
        height: 350px !important;
      }
      .themes__modal-item__chart--monetary-godot .chart__svg__desktop svg {
        display: block;
        height: 350px !important;
      }
      .themes__modal-item__chart--populist-catharsis .chart__svg__desktop svg {
        display: block;
        height: 400px !important;
      }
      .themes__modal-item__chart--regulation .chart__svg__desktop svg {
        display: block;
        height: 400px !important;
      }
}

.lightBulbIcon {
  width: 86px !important;
}

.theme-select-container {
  position: relative;
}

.theme-select {
  position: relative;
}

.select-replacement {
  position: relative;
  width: 100%;
  height: 2em;
  padding: 2em;
  background-color: #fff;
  top: -2em;
  left: 0;
  pointer-events: none;
}

.more-themes {
  background-color: #f0efea;
  height: auto;
  max-height: -moz-max-content;
  max-height: max-content;
}

.products-page .more-themes {
  background: transparent;
}

.more-themes,
.more-themes.is-visible {
  transition: all 450ms ease-in-out;
  overflow: hidden;
  height: 0;
  max-height: 0;
  padding: 0;
}

.more-themes.is-visible {
  padding: 60px 0;
  height: 100%;
  max-height: 3000px;
}

.more-themes .content {
  opacity: 0;
  visibility: hidden;
  transition: all 0.45s ease-in-out;
}

.more-themes.is-visible .content {
  opacity: 1;
  visibility: visible;
}

/*.more-themes .reusable-articles {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}*/

/*.more-themes .reusable-articles:first-child {
  display: flex;
}*/

@media screen and (min-width: 769px) {
  .more-themes.is-visible {
    padding: 100px 0;
  }

  .more-themes .reusable-article {
    margin: 0 0 40px; /* reset the margins from mobile breakpoint before lost-colum sets them again */
    width: calc(99.9% * 1/3 - 20px);
  }

  .more-themes .reusable-article:nth-child(1n) { /* reset the margins from mobile breakpoint before lost-colum sets them again */
    float: left;
    margin-right: 30px;
    clear: none;
  }

  .more-themes .reusable-article:last-child { /* reset the margins from mobile breakpoint before lost-colum sets them again */
    margin-right: 0;
  }

  .more-themes .reusable-article:nth-child(3n) { /* reset the margins from mobile breakpoint before lost-colum sets them again */
    margin-right: 0;
    float: right;
  }

  .more-themes .reusable-article:nth-child(3n + 1) { /* reset the margins from mobile breakpoint before lost-colum sets them again */
    clear: both;
  }

  .more-themes .section-header__title {
    font-size: 1.25rem;
  }
  .more-themes .section-header__description {
    font-size: 1rem;
  }
}

/* Small */

.modal {
  display: none;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

.modal__bg {
  background-color: rgba(0, 0, 0, .77);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;

  display: -ms-flexbox;

  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

.modal__close {
  -moz-appearance: none;
       appearance: none;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  height: 30px;
  padding: 0;
  position: absolute;
  right: 40px;
  top: 40px;
  width: 30px;
  z-index: 12;
}

.modal__close__icon {
  width: 20px;
  height: 20px;
  /*fill: $orange; */
  fill: orange;
  opacity: 1;
  transform: scale(1);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.modal__close__icon:hover {
  transform: scale(1.2);
}

.modal__video {
  min-width: 50%;
  min-height: 50%;
}

.modal__content {
  /*display: flex;*/
  /*height: 100%;*/
  /*width: 100%;*/
  /*justify-content: center;*/
  /*align-items: center;*/
  z-index: 11;
  display: inline-block;
}

.modal__content .video-js {
  width: 80vw;
  height: 45vw;
  /*height: 60vw;*/
  margin: 0 auto;
}

.modal__content .is-4x3vid {
  height: 60vw;
}

.modal__content__inner {
  padding: 30px;
}

#modal__header {
  color: white;
  margin: 10px 0;
  width: 80vw;
}

.modal__box {
  margin: 0 auto;
  max-width: 700px;
  padding: 30px;
  position: relative;
}

.modal__box--subscribe {
  background-color: #f2f1ed;
  max-width: 400px;
}

/* Medium */

@media screen and (min-width: 768px) {
  .modal__box--subscribe {
    padding: 70px 30px 70px;
  }

  .modal__content .video-js {
    max-width: 1200px;
    max-height: 675px;
  }

  .modal__content .is-4x3vid {
    max-height: 750px;
    max-width: 1000px;
  }

  #modal__header {
    max-width: 1000px;
  }
}

/* Large */

@media screen and (min-width: 1024px) {
}

@media screen and (max-width: 767px) {

  .asset-class_download_button_container {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}


}

.list-style-page {
  list-style-type: disc;
  position: relative;
  left: 15px;
}

.asset-classes {
  background-color: #393a3b;
  background-image: url('../images/asset-class-background.png');
  background-position: top left;
  background-repeat: no-repeat;
  color: #fff;
  padding: 165px 0 60px;
  overflow: hidden;
}

.asset-class__matirces {
  text-align: center;
}

.asset-class__tabs {
  margin-top: 30px;
}

.asset-class__tabs:before {
  content: '';
  display: table;
}

.asset-class__tabs:after {
  content: '';
  display: table;
  clear: both;
}

.asset-class__tab {
  display: block;
  float: left;
  width: calc(50% - 20px);
  text-decoration: none;
  color: inherit;
  text-align: center;
  text-transform: uppercase;
  border-top: 1px solid #fff;
  padding: 10px 0 20px;
  font-size: 14.4px;
  font-size: 0.9rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0 10px 20px;
  opacity: 0.6 !important;
  transition: opacity 0.2s;
}

.asset-class__tab:last-child {
  margin-right: 0;
}

.asset-class__tab:hover,
.asset-class__tab:focus {
  opacity: 1 !important;
}

.asset-class__tab--active,
.asset-class__tab:active {
  border-top-color: #f1c400;
  font-weight: 600;
  opacity: 1 !important;
}

.asset-classes__content {
  margin: 10px auto 0;
}

.asset-class__content {
  display: none;
  font-weight: 300;
}

.asset-class__wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
}

.asset-class__copy {
  max-width: 690px;
  margin: 0 auto;
}

.asset-class__content:first-child {
  display: block;
}

.asset-class__outlook__headline {
  text-transform: uppercase;
  color: #f1c400;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 3px;
  letter-spacing: 0.1875rem;
}

.asset-class__outlook__description {
  margin-top: 25px;
}

.asset-class__outlook__video {
  width: 100%;
  border: 1px solid #fff;
  margin-top: 30px;
  text-align: center;
  line-height: 375px;
}

.asset-class__outlook__rationale {
  margin-top: 30px;
}

.asset-class__outlook__rationale__header {
  color: #f1c400;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
  margin-bottom: 24px;
}

/*.asset-class__outlook__rationale__header:before {
  display: block;
  position: relative;
  content: '';
  width: 30px;
  height: 2px;
  font-size: 0;
  line-height: 0;
  background-color: $gold;
  margin-bottom: 20px;
}*/

.asset-class__chart {
  margin-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, .2);
  margin-left: -15px;
  margin-right: -15px;
  padding-top: 30px;
  padding-left: 15px;
  padding-right: 15px;
}

.asset-class__outlook__stats {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin: 0 auto;
  padding-bottom: 40px;
  text-align: center;
}

.asset-class__outlook__stats--left {
  text-align: left;
}

.asset-class__outlook__stat {
  display: inline-block;
  max-width: 500px;
  padding: 20px 40px;
}

.asset-class__outlook__stat:before {
  display: block;
  position: relative;
  content: '';
  width: 30px;
  height: 2px;
  font-size: 0;
  left: 50%;
  line-height: 0;
  background-color: #f1c400;
  margin-bottom: 20px;
  transform: translateX(-50%);
}

.asset-class__outlook__stat__title {
  color: #f1c400;
  font-size: 20.8px;
  font-size: 1.3rem;
  padding-top: 30px;
}

.asset-class__outlook__stat__description {
  margin: 20px 0 30px;
}

.asset-class__outlook__stat__value {
  font-family: 'Equip Slab';
  font-weight: 200;
  font-size: 65.007px;
  font-size: 4.063rem;
}

.asset-class__outlook__stat__caption {
  font-size: 13px;
  font-size: 0.8125rem;
}

.asset-class__button-container {
  text-align: center;
}

.asset-classes .section-header__title {
  letter-spacing: 4.3px;
  letter-spacing: 0.26875rem;
  max-width: 480px;
}

.asset-classes .section-header__description {
  max-width: 550px;
}

/* Tablet */

@media screen and (min-width: 768px) {
  .asset-classes {
    background-color: #393a3b;
    background-image: url('../images/asset-class-background.png');
    background-position: top left;
    background-repeat: no-repeat;
    color: #fff;
    padding: 255px 0 0px;
  }

  .asset-class__matirces {
    text-align: center;
  }

  .asset-class__tabs {
    margin-top: 67px;
  }

  .asset-class__tabs:before {
    content: '';
    display: table;
  }

  .asset-class__tabs:after {
    content: '';
    display: table;
    clear: both;
  }

  .asset-class__tab {
    display: block;
    float: left;
    width: calc(25% - 15px);
    text-decoration: none;
    color: inherit;
    text-align: center;
    text-transform: uppercase;
    border-top: 1px solid #fff;
    padding: 17px 0 0;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0.1em;
    margin: 0 20px 0 0;
    opacity: 0.6;
    transition: opacity 0.2s;
  }

  .asset-class__tab:last-child {
    margin-right: 0;
  }

  .asset-class__tab:hover,
  .asset-class__tab:focus {
    opacity: 1;
  }

  .asset-class__tab--active,
  .asset-class__tab:active {
    border-top-color: #f1c400;
    font-weight: 600;
    opacity: 1;
  }

  .asset-classes__content {
    margin: 100px auto 0;
  }

  .asset-class__content {
    display: none;
    font-weight: 300;
  }

  .asset-class__wrapper {
    -ms-flex-direction: row;
        flex-direction: row;
  }

  .asset-class__copy {
    max-width: 800px;
    margin: 0 auto 0 0;
    padding-right: 80px;
  }

  .asset-class__content:first-child {
    display: block;
  }

  .asset-class__outlook__description {
    margin-top: 26px;
  }

  .asset-class__outlook__video {
    width: 100%;
    border: 1px solid #fff;
    margin-top: 40px;
    text-align: center;
    line-height: 375px;
  }

  .asset-class__outlook__rationale {
    margin-top: 60px;
  }

  .asset-class__outlook__rationale__header {
    color: #f1c400;
    font-size: 0.9375rem;
    font-weight: 400;
    margin-bottom: 24px;
  }

  /*  .asset-class__outlook__rationale__header:before {
    display: block;
    position: relative;
    content: '';
    width: 30px;
    height: 2px;
    font-size: 0;
    line-height: 0;
    background-color: $gold;
    margin-bottom: 20px;
  }*/

  .asset-class__chart {
    margin-top: 60px;
    border-top: 1px solid rgba(255, 255, 255, .2);
    padding-top: 70px;
  }

  .asset-class__outlook__stats {
    -ms-flex-direction: column;
        flex-direction: column;
    margin-top: 0;
    max-width: 400px;
    width: calc(25% - 15px);
    margin: 0;
    text-align: left;
  }

  .asset-class__outlook__stat {
    /*padding: 0 40px 40px 140px;*/
    padding: 0 40px 40px 0;
    width: 100%;

    /*&:nth-child(2) {
      border-left: 1px solid $lightGreyBorder;
    }*/
  }

  .asset-class__outlook__stat:before {
    left: 0;
    transform: none;
  }

  .asset-class__outlook__stat__caption {
    font-size: 0.8125rem;
  }
}

.asset-classes .section-header__description {
  max-width: 550px;
}

/* Desktop */

@media screen and (min-width: 1024px) {

  .asset-class__outlook__stat__caption {
    font-size: 0.8125rem;
  }
}

.asset-classes {
  padding-top: 125px !important;
}

@media screen and (max-width: 700px) {

  .asset-class__copy {
    margin-bottom: 20px;
  }
}

.more-asset-classes {
  background-color: #f0efea;
  /*padding: 60px 0;*/
  height: auto;
  max-height: -moz-max-content;
  max-height: max-content;
}

.themes1year {
  position: relative;
  bottom: 22px;
}

/* Styling for handling show/hide of additional content sections.
  kept for possible future use */

.more-asset-classes,
.more-asset-classes.is-visible {
  transition: all 450ms ease-in-out;
  overflow: hidden;
  height: 0;
  max-height: 0;
  padding: 0;
  opacty: 1;
  visibility: visible;
}

.more-asset-classes.is-visible {
  padding: 60px 0;
  height: 100%;
  max-height: 3500px;
  visibility: visible;
  opacity: 1;
}

.more-asset-classes .content {
  opacity: 0;
  visibility: hidden;
  transition: all 0.45s ease-in-out;
}

.more-asset-classes.is-visible .content {
  opacity: 1;
  visibility: visible;
}

.more-asset-classes .reusable-article {
  margin: 0 auto 40px;
  -ms-flex: auto;
      flex: auto;
}

@media screen and (min-width: 769px) {
  .more-asset-classes.is-visible {
    padding: 100px 0;
  }

  .more-asset-classes .section-header__title {
    font-size: 1.25rem;
  }
  .more-asset-classes .section-header__description {
    font-size: 1rem;
  }

  .more-asset-classes .reusable-article {
    margin: 0 20px 40px 0;
    -ms-flex: 1 1 0%;
        flex: 1 1 0%;
  }
}

/* IE Tablet only */

@media all and (min-width: 769px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .more-asset-classes .reusable-article {
    margin: 0 20px 40px 0;
    -ms-flex: 1 1 325px;
        flex: 1 1 325px;
  }
}

@media screen and (min-width: 1024px) {
}

.key-equity-padding-bottom {
  padding-bottom: 80px;
}

.reusable-article-container {
  margin-top: 77px;
}

@media screen and (min-width: 1000px) {
  .reusable-article__image-thumbnail {
    width: 100%;
    height: auto;
    display: block;
  }
}

.reusable-article__image-thumbnail {
  width: 100%;
  height: 197px;
  display: block;
}

.reusable-articles {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  /*display: flex;*/
  display: block;
  -ms-flex-pack: center;
      justify-content: center;
}

.reusable-articles:before {
  /*display: flex;*/
  content: '';
  display: table;
}

.reusable-articles:after {
  /*display: flex;*/
  content: '';
  display: table;
  clear: both;
}

/*.reusable-articles:first-child {
  display: block;
}*/

.reusable-article {
  /*lost-column: 1/1;*/
  max-width: 320px;
  text-decoration: none;
  color: inherit;
  margin: 0 auto 40px;
  /*margin-bottom: 40px;*/

  position: relative;
  display: block;
  background-color: #fff;
  border-bottom: 3px solid #c6c6c6;
}

.reusable-article__is-video:hover {
  cursor: pointer;
}

.reusable-article__image-playbutton {
  position: absolute;
  height: 80px;
  width: 80px;
  bottom: 30px;
  right: 30px;
  z-index: 1;
}

.reusable-article__content {
  padding: 30px 20px 50px;
  text-align: center;
}

.reusable-article__topic {
  color: #d3ad36;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.reusable-article__headline {
  font-weight: 400;
  /* text-transform: uppercase; */
  letter-spacing: 1px;
  font-size: 17px;
  margin: 0;
}

@media screen and (min-width: 769px) {
  .reusable-articles {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .reusable-article {
    width: calc(99.9% * 1/4 - 22.5px);
    margin-bottom: 0;
    /*width: calc(100% * 1/4 - 20px);*/
  }

  .reusable-article:nth-child(1n) {
    /*width: calc(100% * 1/4 - 20px);*/
    float: left;
    margin-right: 30px;
    clear: none;
  }

  .reusable-article:last-child {
    /*width: calc(100% * 1/4 - 20px);*/
    margin-right: 0;
  }

  .reusable-article:nth-child(4n) {
    /*width: calc(100% * 1/4 - 20px);*/
    margin-right: 0;
    float: right;
  }

  .reusable-article:nth-child(4n + 1) {
    /*width: calc(100% * 1/4 - 20px);*/
    clear: both;
  }

  .reusable-article__image-playbutton {
    height: 60px;
    width: 60px;
    bottom: 30px;
    right: 30px;
  }
}

.reusable-article__date {
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 5px;
}

.portfolios-module {
  position: relative;
  background-color: #00859b;
  color: #fff;
  padding: 60px 0 50px;
  overflow: hidden;
}

.portfolios-module::after {
  display: block;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 68%;
  background-color: #f2f1ed;
  z-index: 0;
}

.portfolios-module__header {
  text-align: center;
}

.portfolios-module__header__subtitle {
}

.portfolios-module__url:hover {
  text-decoration: underline;
}

.overlay-definition-urls {
  color: black;
  text-decoration: underline;
}

.portfolios-module__header__title {
  font-weight: 200;
  font-size: 32px;
  font-size: 2rem;
  line-height: 32px;
  line-height: 2rem;
  margin: 16px 0;
  margin: 1rem 0;
  letter-spacing: 11px;
  letter-spacing: 0.6875rem;
}

.portfolios-module__header__description {
  font-weight: 300;
  max-width: 690px;
  margin: 0 auto;
  font-size: 18px;
  font-size: 1.125rem;
}

.portfolios-module__header__description:before {
  display: block;
  content: '';
  width: 30px;
  width: 1.875rem;
  height: 2px;
  line-height: 2px;
  font-size: 0;
  background-color: #f1c400;
  margin: 0 auto 25.001px;
  margin: 0 auto 1.5626rem;
}

.portfolios-module__list {
  position: relative;
  text-align: center;
  margin-top: 25px;
  z-index: 2;
  .portfolios-module__list a {
    color: white;
    text-decoration: none;
  }
}

.portfolios-module__list a {
    color: white;
    text-decoration: none;
  }

.portfolios-module__product {
  background-color: #393a3b;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
  width: 100%;
  height: 14em;
  vertical-align: top;
  margin-bottom: 15px;
  margin-right: 30px;
  text-align: left;
  padding-top: 2.125em;
  padding-left: 2.4375em;
}

.portfolios-module__product:nth-child(3) {
  margin-right: 0;
}

.portfolios-module__product__title {
  font-size: 1.5em;
  margin-bottom: 0.5em;
}

.product-cta__button-container {
  margin-top: 2em;
  margin-bottom: 5em;
}

.product-cta__button-container .button-cma {
  margin-top: 0;
}

/* Tablet */

@media screen and (min-width: 768px) {
  .portfolios-module {
    padding: 60px 0 80px;
  }

  .portfolios-module::after {
    height: 45%;
  }

  .portfolios-module__header {
    margin-top: 50px;
  }

  .portfolios-module__header__title {
    font-size: 3.125rem;
    line-height: 3.125rem;
  }

  .portfolios-module__product {
    width: calc(32% - 10px);
    margin-bottom: 30px;
    margin-right: 20px;
    padding-top: 2.125em;
    padding-left: 2.4375em;
    padding-right: 1.4375em;
  }

  .portfolios-module__product__title {
    font-size: 1.1em;
    line-height: 1.1em;
    margin-bottom: 0.5em;
  }

  .portfolios-module__product__attribute {
    font-size: 0.9rem;
    padding-bottom: 0.05rem;
  }
}

/* Desktop */

@media screen and (min-width: 1024px) {
  .portfolios-module__product {
    width: calc(33% - 20px);
    padding-right: 0;
  }

  .portfolios-module__product__title {
    font-size: 1.5em;
    margin-bottom: 0.5em;
  }

  .portfolios-module__product__attribute {
    font-size: 1rem;
    padding-bottom: 0;
  }
}

.product-cta {
  padding: 0 0 60px;
  background-color: #f2f1ed;
  background-image: url('../images/product-cta-background.jpg');
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}

.product-cta:before {
  content: '';
  display: table;
}

.product-cta:after {
  content: '';
  display: table;
  clear: both;
}

.product-cta__copy {
  max-width: 588px;
  margin-left: auto;
  margin-right: auto;
}

.product-cta__copy:before {
  content: '';
  display: table;
}

.product-cta__copy:after {
  content: '';
  display: table;
  clear: both;
}

.product-cta__copy__headline {
  font-size: 24px;
  font-size: 1.5rem;
}

.product-cta__copy__description {
  margin-top: 8px;
}

@media screen and (min-width: 768px) {
  .product-cta {
    padding: 0 0 120px;
    background-color: #f2f1ed;
    background-image: url('../images/product-cta-background.jpg');
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
  }
  .product-cta:before {
    content: '';
    display: table;
  }
  .product-cta:after {
    content: '';
    display: table;
    clear: both;
  }

  .product-cta__copy {
    max-width: 588px;
    margin-left: auto;
    margin-right: auto;
  }

  .product-cta__copy:before {
    content: '';
    display: table;
  }

  .product-cta__copy:after {
    content: '';
    display: table;
    clear: both;
  }

  .product-cta__copy__headline {
    font-size: 1.5rem;
  }

  .product-cta__copy__description {
    margin-top: 8px;
  }
}

.product-header__title {
  font-size: 27.008px;
  font-size: 1.688rem;
  font-weight: 500;
  line-height: 1
}

.product-header__title.tracked {
  	letter-spacing: 4px;
  	letter-spacing: 0.25rem;
}

.product-header__description {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  line-height: 22px;
  line-height: 1.375rem;
  margin: 22.4px 0 0 0;
  margin: 1.4rem 0 0 0;
  max-width: 600px;
}

.product-selector {
  padding: 60px 15px 30px;
}

.product-selector__label {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 2.08px;
  letter-spacing: 0.13rem;
  line-height: 16px;
  line-height: 1rem;
  margin: 0 auto;
  max-width: 400px;
  text-align: center;
  text-transform: uppercase;
}

.product-selector__dropdown {
  height: 68px;
  margin: 0 auto;
  width: 100%;
  position: relative
}

.product-selector__dropdown:before {
    content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNy45MyAxMC4zOCI+PHRpdGxlPmRyb3Bkb3duLWFycm93PC90aXRsZT48cG9seWxpbmUgcG9pbnRzPSIwLjcxIDAuNzEgOC45NiA4Ljk2IDE3LjIyIDAuNzEiIHN0eWxlPSJmaWxsOm5vbmU7c3Ryb2tlOiMwMDg1OWI7c3Ryb2tlLW1pdGVybGltaXQ6MTA7c3Ryb2tlLXdpZHRoOjJweCIvPjwvc3ZnPg==);
    display: block;
    height: 8px;
    right: 30px;
    top: 50%;
    margin-top: -11px;
    position: absolute;
    width: 16px;
}

.product-selector__dropdown__select {
  -moz-appearance: none;
       appearance: none;
  background-color: transparent;
  border-radius: 0;
  border: 1px solid #00859b;
  cursor: pointer;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  height: 68px;
  letter-spacing: 0.8px;
  letter-spacing: 0.05rem;
  line-height: 14px;
  line-height: 0.875rem;
  margin: 17.6px auto 0;
  margin: 1.1rem auto 0;
  padding: 0 27.2px;
  padding: 0 1.7rem;
  position: relative;
  text-transform: uppercase;
  width: 100%;
}

.product-selector__tabs {
  border-top: 1px solid rgba(198, 198, 198, .6);
  margin: 30px 0 0;
  text-align: center;
}

.product-selector__tab {
  color: rgba(35, 35, 35, .6);
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 3.36px;
  letter-spacing: 0.21rem;
  line-height: 16px;
  line-height: 1rem;
  padding: 16px 0;
  padding: 1rem 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 45%;
  transition: all 200ms ease-in-out
}

.product-selector__tab:before {
    background-color: #6e6e6e;
    content: '';
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    top: -1px;
    width: 100%;
}

.product-selector__tab:hover {
    color: #00859b;
}

.product-selector__tab.is-selected {
    color: #00859b;
    font-weight: 600;
}

.product-selector__tab.is-selected:before {
      background-color: #00859b;
      height: 2px;
}

.product-selector__tab.is-hidden {
    display: none;
}

.product-selector__tab:first-child {
}

.product-selector__headline {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 22px;
  line-height: 1.375rem;
  letter-spacing: 2.4px;
  letter-spacing: 0.15rem;
  padding: 20px 0 0;
  text-align: center;
  text-transform: uppercase;
}

.product-selector__description {
  line-height: 22px;
  line-height: 1.375rem;
  margin: 0 auto;
  max-width: 700px;
  padding: 17.6px 0 0;
  padding: 1.1rem 0 0;
  text-align: center;
}

.product-selector__buttons {
  margin-bottom: 0;
  padding: 30px 0 0;
  text-align: center;
}

.product-selector__button {
  border-left: 1px solid #00859b;
  border-right: 1px solid #00859b;
  border-bottom: 1px solid #00859b;
  background-color: #fff;
  color: rgba(0, 0, 0, .5);
  display: inline-block;
  letter-spacing: 1.6px;
  letter-spacing: 0.1rem;
  padding: 24px 0;
  padding: 1.5rem 0;
  margin-right: 0;
  font-size: 12.8px;
  font-size: 0.8rem;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 200ms ease-in-out;
  width: 100%;
  vertical-align: middle
}

.product-selector__button:first-child {
    border-top: 1px solid #00859b;
}

.product-selector__button:last-child {
    margin-right: 0;
}

.product-selector__button:hover {
    color: #00859b;
}

.product-selector__button.is-selected {
    border: 1px solid #00859b;
    background-color: #00859b;
    color: #fff;
    font-weight: 600;
}

.product-selector__button.is-hidden {
    display: none;
}

/* Tablet */

@media screen and (min-width: 768px) {

  .product-selector__button.is-hidden {
      display: none;
  }

  .product-selector__button.is-selected {
      border: 1px solid #00859b;
      background-color: #00859b;
      color: #fff;
      font-weight: 600;
  }

  .product-selector__tab:first-child {
      margin-right: 3.5rem;
  }

  .product-selector {
    padding: 24px 0;
    border-bottom: 4rem solid #f2f1ed;
  }

  .product-selector__label {
    line-height: 0.875rem;
  }

  .product-selector__dropdown {
    width: 400px;
  }

  .product-selector__dropdown__select {
    width: 400px;
  }

  .product-selector__tabs {
    margin: 3.19rem 0 0;
  }

  .product-selector__tab {
    font-size: 1.125rem;
    line-height: 1.125rem;
    padding: 1.5rem 0;
    width: 300px
  }

  .product-selector__tab.is-selected {
      color: #00859b;
      font-weight: 600;
  }

  .product-selector__tab.is-selected:before {
        background-color: #00859b;
        height: 2px;
  }

  .product-selector__headline {
    padding: 3.8rem 0 0;
  }

  .product-selector__buttons {
    margin-bottom: -4rem;
    padding: 5.5rem 0 0;
  }

  .product-selector__button {
    border: 1px solid #00859b;
    display: inline-block;
    height: 80px;
    line-height: 80px;
    padding: 0 1.3rem;
    margin-right: 0.4rem;
    width: auto
  }

  .product-selector__button:last-child {
      margin-right: 0;
  }
}

/* Desktop */

@media screen and (min-width: 1024px) {

  .product-selector__button.is-hidden {
      display: none;
  }

  .product-selector__button.is-selected {
      border: 1px solid #00859b;
      background-color: #00859b;
      color: #fff;
      font-weight: 600;
  }

      .product-selector__button.is-selected:hover {
        color: #fff;
      }

  .product-selector__button:hover {
      color: #00859b;
  }

  .product-selector__tab {
    letter-spacing: 0.175rem;
    width: 360px;
  }

  .product-selector__button[data-product-category="institutional"] {
    width: 350px;
  }

  .product-selector__button[data-product-category="mutual"] {
    width: 235px;
  }

  .product-selector__button[data-product-category="exchange"] {
    width: 338px;
  }

  .product-selector__button[data-product-category="strategies"] {
    width: 205px;
  }

  .product-selector__button[data-product-category="pooled"] {
    width: 235px;
  }

  .product-selector__button {
    border: 1px solid #00859b;
    letter-spacing: 0.145rem;
    font-size: 0.9375rem;
    padding: 0 2.8rem
  }

  .product-selector__button:last-child {
      margin-right: 0;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
/* IE10+ CSS styles go here */

  /* Fixes drop-down arrow and select color */

      .product-selector__dropdown select option {
        color: #000;
      }

    .product-selector__dropdown select::-ms-expand {
        display: none;
  }
}

.product-sticky-nav {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.2s, opacity 0.2s;
  color: white;
  background-color: #00859b;
  background: url('../images/sticky-nav-background.png'), #00859b;
  background-repeat: no-repeat;
  background-position: top left;
  height: 60px;
  z-index: -10;
}

.product-sticky-nav.fixed {
  visibility: visible;
  opacity: 1;
  z-index: 10;
}

.product-sticky-nav__flex-wrap {
  height: 100%;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}

.product-sticky-nav__flex-wrap.content {
  position: static;
}

/* Nav Links */

.product-links-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  position: absolute;
  width: 100%;
  top: 60px;
  left: 0;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.3s, bottom 0.3s, opacity 0.3s;
  background: #fff;
}

.product-links-container.open {
  visibility: visible;

  opacity: 1;
}

.product-link {
  margin: 0 15px;
  text-decoration: none;
  color: #00859b;
  letter-spacing: 2px;
  pointer: cursor;
  line-height: normal;
  padding: 16px 0;
  border-bottom: 1px solid #e2e2e2;
}

.product-link.active {
  padding: 16px 0;
  color: #bcbcbc;
  border-bottom: 1px solid #e2e2e2;
}

/* Region Selector */

.product-sticky-nav__region-wrapper {
}

/* 1175px and below */

.region-label {
  display: none;
}

.region-label--mobile {
  display: inline-block;
}

.region-label label {
  font-weight: 500;
  font-size: 16px;
}

.product-region-select-wrapper {
}

#product-region-select {
  font-family: 'Equip', sans-serif;
  -moz-appearance: none;
       appearance: none;
  border: none;
  border-radius: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  padding: 8px 20px 8px 0;
  padding: 0.5rem 20px 0.5rem 0;
  background: url('/images/icons/icon-region-select.svg');
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: 98%; /* to the right */
  text-transform: uppercase;
  letter-spacing: 2px;
  max-width: 94px;
}

#product-region-select option {
  color: black;
}

#product-region-select::-ms-expand {
  display: none;
}

/* Specific overrides for regions */

body.region-asia,
body.region-australia-newzealand,
body.region-europe,
body.region-middle-east,
body.region-canada {
  body.region-asia .product-link[data-product-category='multiasset-products'], body.region-australia-newzealand .product-link[data-product-category='multiasset-products'], body.region-europe .product-link[data-product-category='multiasset-products'], body.region-middle-east .product-link[data-product-category='multiasset-products'], body.region-canada .product-link[data-product-category='multiasset-products'] {
    display: none;
  }
}

body.region-asia .product-link[data-product-category='multiasset-products'], body.region-australia-newzealand .product-link[data-product-category='multiasset-products'], body.region-europe .product-link[data-product-category='multiasset-products'], body.region-middle-east .product-link[data-product-category='multiasset-products'], body.region-canada .product-link[data-product-category='multiasset-products'] {
    display: none;
  }

body.region-united-states,
body.region-canada,
body.region-australia-newzealand {
  body.region-united-states .product-link[data-product-category='esg-products'], body.region-canada .product-link[data-product-category='esg-products'], body.region-australia-newzealand .product-link[data-product-category='esg-products'] {
    display: none;
  }
}

body.region-united-states .product-link[data-product-category='esg-products'], body.region-canada .product-link[data-product-category='esg-products'], body.region-australia-newzealand .product-link[data-product-category='esg-products'] {
    display: none;
  }

body.region-united-states,
body.region-canada,
body.region-middle-east {
  body.region-united-states .product-link[data-product-category='equity2-products'], body.region-canada .product-link[data-product-category='equity2-products'], body.region-middle-east .product-link[data-product-category='equity2-products'] {
    display: none;
  }
}

body.region-united-states .product-link[data-product-category='equity2-products'], body.region-canada .product-link[data-product-category='equity2-products'], body.region-middle-east .product-link[data-product-category='equity2-products'] {
    display: none;
  }

body.region-asia,
body.region-australia-newzealand,
body.region-europe {
  body.region-asia .product-link[data-product-category='equity-products'], body.region-australia-newzealand .product-link[data-product-category='equity-products'], body.region-europe .product-link[data-product-category='equity-products'] {
    display: none;
  }
}

body.region-asia .product-link[data-product-category='equity-products'], body.region-australia-newzealand .product-link[data-product-category='equity-products'], body.region-europe .product-link[data-product-category='equity-products'] {
    display: none;
  }

body.region-asia,
body.region-australia-newzealand,
body.region-europe,
body.region-middle-east {
  body.region-asia .product-link[data-product-category='realasset-products'], body.region-australia-newzealand .product-link[data-product-category='realasset-products'], body.region-europe .product-link[data-product-category='realasset-products'], body.region-middle-east .product-link[data-product-category='realasset-products'] {
    display: none;
  }
}

body.region-asia .product-link[data-product-category='realasset-products'], body.region-australia-newzealand .product-link[data-product-category='realasset-products'], body.region-europe .product-link[data-product-category='realasset-products'], body.region-middle-east .product-link[data-product-category='realasset-products'] {
    display: none;
  }

body.region-canada {
  body.region-canada .product-link[data-product-category='fixedincome-products'] {
    display: none;
  }
}

body.region-canada .product-link[data-product-category='fixedincome-products'] {
    display: none;
  }

body.region-united-states,
body.region-asia,
body.region-australia-newzealand,
body.region-europe,
body.region-middle-east,
body.region-canada {
  body.region-united-states .product-link[data-product-category='multimanager-products'], body.region-asia .product-link[data-product-category='multimanager-products'], body.region-australia-newzealand .product-link[data-product-category='multimanager-products'], body.region-europe .product-link[data-product-category='multimanager-products'], body.region-middle-east .product-link[data-product-category='multimanager-products'], body.region-canada .product-link[data-product-category='multimanager-products'] {
    display: none;
  }
}

body.region-united-states .product-link[data-product-category='multimanager-products'], body.region-asia .product-link[data-product-category='multimanager-products'], body.region-australia-newzealand .product-link[data-product-category='multimanager-products'], body.region-europe .product-link[data-product-category='multimanager-products'], body.region-middle-east .product-link[data-product-category='multimanager-products'], body.region-canada .product-link[data-product-category='multimanager-products'] {
    display: none;
  }

body.region-united-states,
body.region-asia,
body.region-australia-newzealand,
body.region-europe,
body.region-middle-east,
body.region-canada {
  body.region-united-states .product-link[data-product-category='outsourcedcio-products'], body.region-asia .product-link[data-product-category='outsourcedcio-products'], body.region-australia-newzealand .product-link[data-product-category='outsourcedcio-products'], body.region-europe .product-link[data-product-category='outsourcedcio-products'], body.region-middle-east .product-link[data-product-category='outsourcedcio-products'], body.region-canada .product-link[data-product-category='outsourcedcio-products'] {
    display: none;
  }
}

body.region-united-states .product-link[data-product-category='outsourcedcio-products'], body.region-asia .product-link[data-product-category='outsourcedcio-products'], body.region-australia-newzealand .product-link[data-product-category='outsourcedcio-products'], body.region-europe .product-link[data-product-category='outsourcedcio-products'], body.region-middle-east .product-link[data-product-category='outsourcedcio-products'], body.region-canada .product-link[data-product-category='outsourcedcio-products'] {
    display: none;
  }

body.region-united-states,
body.region-asia,
body.region-australia-newzealand,
body.region-europe,
body.region-middle-east {
  body.region-united-states .product-link[data-product-category='alternatives-products'], body.region-asia .product-link[data-product-category='alternatives-products'], body.region-australia-newzealand .product-link[data-product-category='alternatives-products'], body.region-europe .product-link[data-product-category='alternatives-products'], body.region-middle-east .product-link[data-product-category='alternatives-products'] {
    display: none;
  }
}

body.region-united-states .product-link[data-product-category='alternatives-products'], body.region-asia .product-link[data-product-category='alternatives-products'], body.region-australia-newzealand .product-link[data-product-category='alternatives-products'], body.region-europe .product-link[data-product-category='alternatives-products'], body.region-middle-east .product-link[data-product-category='alternatives-products'] {
    display: none;
  }

body.region-united-states #esg-products,
body.region-canada #esg-products,
body.region-australia-newzealand #esg-products {
    display: none;  
}

body.region-asia #realasset-products,
body.region-australia-newzealand #realasset-products,
body.region-europe #realasset-products,
body.region-middle-east #realasset-products {
  display: none;  
}

body.region-united-states #multimanager-products,
body.region-asia #multimanager-products,
body.region-australia-newzealand #multimanager-products,
body.region-europe #multimanager-products,
body.region-middle-east #multimanager-products,
body.region-canada #multimanager-products {
  display: none;  
}

body.region-united-states #outsourcedcio-products,
body.region-asia #outsourcedcio-products,
body.region-australia-newzealand #outsourcedcio-products,
body.region-europe #outsourcedcio-products,
body.region-middle-east #outsourcedcio-products, 
body.region-canada #outsourcedcio-products {
  display: none;  
}

body.region-united-states #alternatives-products,
body.region-asia #alternatives-products,
body.region-australia-newzealand #alternatives-products,
body.region-europe #alternatives-products,
body.region-middle-east #alternatives-products {
  display: none;  
}

body.region-canada #fixedincome-products,
body.region-canada #multiasset-products {
  display: none;  
}

.mobile-current-active-wrap {
  display: block;
  max-width: 160px;
  position: relative;
  text-decoration: none;
  color: #fff;
}

.mobile-current-active-wrap .dropdown-btn {
  padding-right: 20px;
}

.dropdown-btn-icon {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

@media screen and (min-width: 428px) {
  .mobile-current-active-wrap .dropdown-btn {
    padding-right: 20px;
  }

  .mobile-current-active-wrap {
    max-width: 180px;
  }
}

@media screen and (min-width: 535px) {
  #product-region-select {
    max-width: 165px;
  }

  .mobile-current-active-wrap {
    max-width: none;
  }
}

@media screen and (min-width: 960px) {
  .product-sticky-nav {
    height: 100px;
  }
  .product-sticky-nav__flex-wrap {
    display: block;
  }

  .product-sticky-nav__flex-wrap.content {
    position: relative;
  }

  .product-links-container {
    display: block;
    text-align: right;
    padding-top: 10px;
    position: static;
    width: auto;
    visibility: visible;
    opacity: 1;
    background: transparent;
  }

  .product-link {
    color: white;
    border-bottom: none;
  }

  .product-link:first-child {
    margin-left: 0;
  }

  .product-link:last-child {
    margin-right: 0;
  }

  .product-link.active {
    padding-bottom: 17px;

    color: #f1c400;

    border-bottom: 3px solid #f1c400;
  }

  /* Region Selector */

  #product-region-select {
    max-width: 165px;
  }

  .product-sticky-nav__region-wrapper {
    padding-top: 12px;
  }

  /* Mobile Only */
  .mobile-current-active-wrap {
    display: none;
  }
}

@media screen and (min-width: 1235px) {
  .product-links-container {
    text-align: left;
    padding-top: 0;
  }

  .product-link:first-child {
    margin-left: 15px;
  }

  .product-link:last-child {
  }

  .product-sticky-nav__region-wrapper {
    padding-top: 0;
  }

  .region-label {
    display: inline-block;
  }

  .region-label--mobile {
    display: none;
  }

  .product-sticky-nav__flex-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }

  .product-link.active {
    padding-bottom: 36px;
  }
}

/* IE Specific --> The active link underline is 1pixel off in Chrome */

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .product-link.active {
    padding-bottom: 37px;
  }
}

@media all and (-ms-high-contrast: active) and (max-width: 1234px), all and (-ms-high-contrast: none) and (max-width: 1234px) {
  .product-link.active {
    padding-bottom: 15px;
  }
}

/* tablet view for us-canada */

@media screen and (min-width: 960px) and (max-width: 1234px) {

  body.region-united-states .product-links-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
        justify-content: center;
    padding-top: unset;
    height: 51px;
  }

  body.region-united-states .product-link { 
    width: -moz-min-content; 
    width: min-content;
    padding: unset;
    text-align: left;

  }

}

/* desktop view for us-canada */

@media screen and (min-width: 1235px) {

  body.region-united-states .product-links-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    height: 100px;
    width: 100%;
    -ms-flex-pack: center;
        justify-content: center;
  }

  body.region-united-states .product-link {
    width: -moz-min-content;
    width: min-content;
    margin: 0 20px;
  }

}

/*
@media all and (-ms-high-contrast: active) and (max-width: 959px),
  all and (-ms-high-contrast: none) and (max-width: 959px) {

}
*/

/* mobile - reduce height to 60px */

/* 935px - height is 100px */

/* Full navbar at 1175px */

.product-table {
  border-top: 10px solid rgba(214, 210, 196, .4);
  margin: 30px 0 0;
  width: 100%;
  border-collapse: collapse;

  .product-table td:nth-child(1) {
    color: #232323;
    letter-spacing: 1.6px;
    letter-spacing: 0.1rem;
    font-weight: 400;
    text-transform: uppercase;
    width: 40%;
    padding-right: 8px;
    padding-right: 0.5rem;
  }
}

.product-table td:nth-child(1) {
    color: #232323;
    letter-spacing: 1.6px;
    letter-spacing: 0.1rem;
    font-weight: 400;
    text-transform: uppercase;
    width: 40%;
    padding-right: 8px;
    padding-right: 0.5rem;
  }

.product-table--fixed-income {
  margin-top: 30px;
}

.product-table__header {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  height: 50px;
  line-height: 17.6px;
  line-height: 1.1rem;
  text-align: left;
  width: 60%
}

.product-table__header:nth-child(1) {
    font-size: 14px;
    font-size: 0.875rem;
    width: 40%;
}

.product-table__cell {
  color: #115740;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  height: 50px;
  line-height: 14.4px;
  line-height: .9rem;
  padding: 0;
  width: 60%;

  .product-table__cell a {
    text-decoration: none;
    color: inherit;
  }
}

.product-table__cell a {
    text-decoration: none;
    color: inherit;
  }

.product-table__cell--left-indent {
  padding: 0 16px 0 16px;
  padding: 0 1rem 0 1rem;
}

.product-table__cell--top-border {
  border-top: 1px solid rgba(110, 110, 110, .2);
}

/* Tablet */

@media screen and (min-width: 768px) {

  .product-table__header {
    font-size: 1.063rem;
    height: 60px;
    line-height: 1.1rem;
    width: 60%
  }

  .product-table__header:nth-child(1) {
      font-size: 1rem;
      width: 40%;
  }

  .product-table__cell {
    font-size: 0.875rem;
    height: 64px;
    line-height: 1.1rem;
  }
}

/* Desktop */

@media screen and (min-width: 1024px) {

  .product-table {
    border-top: 10px solid rgba(214, 210, 196, .4);
    margin: 3.75rem 0 0;
    width: 100%;
    border-collapse: collapse;
  }

    .product-table td:nth-child(1) {
      color: #232323;
      letter-spacing: 1.6px;
      letter-spacing: 0.1rem;
      font-weight: 400;
      text-transform: uppercase;
      width: 40%;
    }

  .product-table--fixed-income {
    margin-top: 6rem;
  }

  .product-table__header {
    font-size: 1.063rem;
    font-weight: 600;
    height: 80px;
    line-height: 1.1rem;
    text-align: left;
    width: 60%
  }

  .product-table__header:nth-child(1) {
      font-size: 1rem;
      width: 40%;
  }

  .product-table__cell {
    color: #115740;
    font-size: 1rem;
    font-weight: 500;
    height: 64px;
    line-height: 1.1rem;
    padding: 0;
    width: 60%;
  }

  .product-table__cell--left-indent {
    padding: 0 1rem 0 2rem;
  }

  .product-table__cell--top-border {
    border-top: 1px solid rgba(110, 110, 110, .2);
  }

}

html {
  scroll-behavior: smooth;
}

.esgWrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.quantStrategyAdvantageHeader {
  margin-top: -20px !important;
}

.productItemLink {
  margin: 0px !important;
  border-bottom: 0px !important;
  color: #115740 !important;
  font-weight: 500;
}

.productItemLink:hover {
  text-decoration: underline;
}

.product-header-wrap {
  margin: 0 auto;
  text-align: center;
  padding-bottom: 40px;
}

.product-header-wrap ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  padding-left: 0;
  -ms-flex-direction: column;
      flex-direction: column;
  margin-left: 60px;
}

.product-header-wrap li:last-child {
  margin-bottom: 0;
}

.product-header-wrap li {
  margin-right: 40px;
  font-size: 16px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  color: black;
  position: relative;
  margin-bottom: 36px;
  text-decoration: none;
}

.product-header-wrap a {
  text-decoration: none;
  color: black;
}

.product-header-wrap li::after {
  content: '';
  border-right: 1px solid #f1c400;
  height: 12px;
  width: 1px;
  color: #fff;
  position: absolute;
  bottom: -10px;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 766px) {
  .product-header-wrap li::after {
    content: '';
    border-bottom: 1px solid #f1c400;
    height: 1px;
    width: 12px;
    color: #fff;
    position: absolute;
    bottom: -20px;
    left: 50%;
    /* top: 180%; */
    top: 38px;
    transform: translateX(-50%);
  }
}

.product-header-wrap li:last-child::after {
  display: none;
}

@media screen and (min-width: 767px) {
  .product-header-wrap ul {
    -ms-flex-direction: row;
        flex-direction: row;
  }
}

/* ----------------------- */

section.product {
  padding: 60px 15px
}

section.product:nth-child(odd) {
    background-color: #f2f1ed;
}

section.product a {
  color: #115740;
  text-decoration: none
}

section.product a:hover {
    text-decoration: underline;
}

.product__more-link {
  display: inline-block;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 500;
  color: #115740;
  text-decoration: none;
  margin-top: 30px
}

.product__more-link:hover {
    text-decoration: underline;
}

.products-page .product-cta__button-container {
  display: none;
}

.products-page .portfolios-module__list {
  margin-top: 63px;
}

/* display different links for aus and asia */

.portfolios-module__list.portfolios-list-asia,
.portfolios-module__list.portfolios-list-aus {
  display: none;
}

body.region-australia-newzealand .portfolios-module__list.portfolios-list-aus {
  display: block;
}

body.region-australia-newzealand .portfolios-module__list.portfolios-list-all {
  display: none;
}

body.region-asia .portfolios-module__list.portfolios-list-asia {
  display: block;
}

body.region-asia .portfolios-module__list.portfolios-list-all {
  display: none;
}

/* body.region-australia-newzealand .portfolios-module__list.portfolios-list-all,

body.region-asia .portfolios-module__list.portfolios-list-all,

body.region-australia-newzealand .portfolios-module__list.portfolios-list-all,

body.region-asia .portfolios-module__list.portfolios-list-all,

body.region-australia-newzealand .portfolios-module__list.portfolios-list-all,

body.region-asia .portfolios-module__list.portfolios-list-all, */

.products-page .portfolios-module {
  padding-top: 0;
  padding-bottom: 40px;
}

.products-page .portfolios-module::after {
  height: 69%;
}

/** Products Lists Section Start **/

.background-overlap {
  position: relative;
  background-color: #fff;
}

.background-overlap::before {
  content: '';
  background-color: #393a3b;
  height: 250px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 0;
}

.background-overlap--equity::before {
  background-color: #393a3b;
}

.background-overlap--multi-asset::before {
  /*background-color: $darkGrey;*/
}

.background-overlap--liquidity::before {
  background-color: #00859b;
}

.background-overlap--fixed-income::before {
  background-color: #00859b;
}

.background-overlap--real-asset::before {
  background-color: #393a3b;
}

.background-overlap--alternatives::before {
  background-color: #00859b;
}

.background-overlap--multi-manager::before {
  background-color: unset;
}

.background-overlap--outsourced-cio::before {
  background-color: unset;
}

.products-list * {
  color: #000;
}

.products-list {
  background-color: #f2f1ed;
  position: relative;
  z-index: 1;

  padding: 50px 20px;
}

.products-list h4,
.products-list h5 {
  margin: 0;
}

.product-type-nav {
  margin: 0 auto;
  /*width: calc(100% - 672px);*/
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding-left: 0;
}

/*.region-united-states .product-type-nav,
.region-canada .product-type-nav {
  width: calc(100% - 75px);
}
.region-europe .product-type-nav {
  width: calc(100% - 380px);
}*/

.product-type-nav li {
  list-style: none;
}

.product-type-nav li {
  display: block;
  float: left;
  width: 100%;
  margin: 0 auto 20px;
  border-top: 1px solid #979797;
  transition: border-top 0.2s, margin 0.2s;
}

.product-type-nav a {
  width: 100%;
  display: block;
  text-decoration: none;
  color: inherit;
  text-align: center;
  font-size: 15.2px;
  font-size: 0.95rem;
  letter-spacing: 0.15em;
  line-height: 32px;
  line-height: 2rem;
  padding: 13px 0;
}

.products-list h3 {
  text-align: center;
  margin-top: 0;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 300;
  letter-spacing: 3.2px;
  letter-spacing: 0.2rem;
  line-height: 20px;
  line-height: 1.25rem;
  margin-bottom: 44px;
  text-transform: uppercase;
}

.products-list h3::before {
  display: block;
  content: '';
  width: 30px;
  height: 2px;
  line-height: 2px;
  font-size: 0;
  background-color: #f1c400;
  margin: 0 auto 30.4px;
  margin: 0 auto 1.9rem;
}

.products-featured-wrapper > ul {
  width: 100%;
}

.products-more-wrapper > ul {
  width: 100%;
}

.products-list-content {
  margin-top: 49px;
  width: 100%;

  .products-list-content h4 {
    font-weight: 500;
    font-size: 14.4px;
    font-size: 0.9rem;
    letter-spacing: 2px;
    letter-spacing: 0.125rem;
    line-height: 20px;
    line-height: 1.25rem;
    width: 250px;
    margin-right: 50px;
    white-space: nowrap;
    text-transform: uppercase;
    margin-bottom: 20px;
    min-width: 200px;
  }
}

.products-list-content h4 {
    font-weight: 500;
    font-size: 14.4px;
    font-size: 0.9rem;
    letter-spacing: 2px;
    letter-spacing: 0.125rem;
    line-height: 20px;
    line-height: 1.25rem;
    width: 250px;
    margin-right: 50px;
    white-space: nowrap;
    text-transform: uppercase;
    margin-bottom: 20px;
    min-width: 200px;
  }

.products-featured-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.products-more-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  border-top: 1px solid #666;
}

.products-featured-wrapper {
  .products-featured-wrapper h5 {
    color: #115740;
    font-size: 17.92px;
    font-size: 1.12rem;
    font-weight: 600;
    letter-spacing: 3.2px;
    letter-spacing: 0.2rem;
    line-height: 29.6px;
    line-height: 1.85rem;
    font-family: 'Equip Slab', 'serif';
    text-transform: uppercase;
  }
}

.products-featured-wrapper h5 {
    color: #115740;
    font-size: 17.92px;
    font-size: 1.12rem;
    font-weight: 600;
    letter-spacing: 3.2px;
    letter-spacing: 0.2rem;
    line-height: 29.6px;
    line-height: 1.85rem;
    font-family: 'Equip Slab', 'serif';
    text-transform: uppercase;
  }

.products-featured-wrapper li {
  margin-bottom: 24px;
}

.products-featured-wrapper p {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  line-height: 24px;
  line-height: 1.5rem;
}

.products-featured-wrapper .content-wrapper a {
  text-decoration: none
}

.products-featured-wrapper .content-wrapper a:hover {
    text-decoration: underline;
}

.products-featured-wrapper .content-wrapper {
  width: 100%;
  float: left;
  padding-right: 25px;
}

.products-featured-wrapper .overlay-link2 .content-wrapper {
  width: 83%;
}

.products-featured-wrapper .overlay-link2 {
  cursor: pointer;
  width: 100%;
  .products-featured-wrapper .overlay-link2 h5:hover {
    text-decoration: underline;
  }
}

.products-featured-wrapper .overlay-link2 h5:hover {
    text-decoration: underline;
  }

.products-featured-wrapper .overlay-link2:before {
  visibility: visible;
  display: inline-block;
  content: '';
  background: url('/images/icons/icon-products-featured-inactive.png') no-repeat;
  width: 41px;
  height: 41px;
  margin-top: 22px;
  float: right;
  width: 17%;
}

.products-featured-wrapper > ul li.overlay-link2:hover::before {
  background: url('/images/icons/icon-products-featured-hover.png') no-repeat;
}

.products-featured-wrapper ul,
.products-more-wrapper ul {
  margin: 0;
  padding: 0;
}

.products-more-wrapper ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.products-more-wrapper > ul {
  border-top: none;
}

@media screen and (min-width: 681px) {
  .products-more-wrapper ul {
    -ms-flex-direction: row;
        flex-direction: row;
  }
}

.products-more-wrapper h4 {
  padding-top: 46px;
}

.products-more-wrapper > ul {
  padding-top: 20px;
}

.products-featured-wrapper > ul {
  padding-bottom: 17px;
}

.products-more-wrapper {
  width: 100%;
  .products-more-wrapper h5 {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14.4px;
    font-size: 0.9rem;
    letter-spacing: 2px;
    letter-spacing: 0.125rem;
    line-height: 20px;
    line-height: 1.25rem;
    margin-bottom: 10px;
  }
}

.products-more-wrapper h5 {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14.4px;
    font-size: 0.9rem;
    letter-spacing: 2px;
    letter-spacing: 0.125rem;
    line-height: 20px;
    line-height: 1.25rem;
    margin-bottom: 10px;
  }

.products-more-wrapper > ul > li {
  /* width: 100%; */
  float: left;
  padding-bottom: 29px;
}

@media screen and (min-width: 681px) {
  /* 680px */

  .products-more-wrapper > ul > li {
    width: 33%;
    float: left;
    padding-bottom: 29px;
  }
}

.products-more-wrapper > ul > li ul {
  padding-right: 40px;
}

.products-more-wrapper > ul > li li {
  padding-bottom: 5px;
  padding-left: 0.6em;
  text-indent: -0.6em;
}

.products-more-wrapper > ul > li li:before {
  content: '•';
  color: #bc9c36;
  margin-right: 4px;
}

.products-list .see-all-link {
  float: none;
  width: 100%;
  padding-bottom: 0;
}

.products-list .see-all-link a, .products-list a.more-on {
  width: auto;
}

.products-list .arrow-right {
  float: left;
  margin: 6px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #bc9c36;
}

.products-more-wrapper a {
  color: #115740;
  text-decoration: none;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.2px;
  letter-spacing: 0.0125rem;
  line-height: 20px;
  line-height: 1.25rem;
  width: 95%
  /*float: left;*/
  /*text-transform: uppercase;*/
}

.products-more-wrapper a:hover {
    text-decoration: underline;
}

.see-all-link a, .more-on a {
  color: #115740;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 2px;
  letter-spacing: 0.125rem;
  line-height: 20px;
  line-height: 1.25rem;
  width: 95%;
  /*float: left;*/
  text-transform: uppercase;
}

.more-on a {
  display:none;
  margin: 0 auto;
}

.more-on.is-active a.when-active, .more-on.is-closed a.when-closed {
  display:block
}

#equity-products .more-on a {
  width: 400px;
}

#multiasset-products .more-on a {
  width: 230px;
}

#fixedincome-products .more-on a {
  width: 246px;
}

#liquidity-products .more-on a {
  width: 322px;
}

#liquidity-products .more-on a {
  width: 322px;
}

.more-on {
  width: 100%;
  border-top: 1px solid #979797;
  margin: 70px auto 0;
  padding-top:37px;
  text-align: center;
}

.more-on a:before {
  display: block;
  content: '';
  font-size: 0;
  float:right;
  margin: 8px 0;
  width: 0;
  height: 0;
  border-top: 5px solid #bc9c36;
  border-bottom: 5px solid transparent;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

.more-on.is-active {
  margin-top:30px;
}

.more-on.is-active a:before {
  border-top: 5px solid transparent;
  border-bottom: 5px solid #bc9c36;
  margin: 4px 0;
}

.more-on-products.is-visible {
  padding-bottom: 0;
}

.more-on-products .reusable-article {
  background: #FAFAFA;
}

.more-on-products .reusable-article__image {
  position: relative;
}

/* DISCLOSURE */

/* Open Disclosures */

.disclosure .disclosure-text {
  max-height: 1000px;
  opacity: 1;
  visibility: visible;
  height: auto;
  /* opening transition: slow first then fast */
  transition: all 0.5s cubic-bezier(1, 0, 1, 0);
}

.disclosure .disclosure-btn-open {
  display: none;
}

.disclosure .disclosure-btn-close {
  display: block;
}

/* Closed Disclosures */

.disclosure.closed .disclosure-text {
  /* closing transition: fast (for the extra max-height) and then slow */
  transition: all 0.5s cubic-bezier(0, 1, 0, 1);

  max-height: 0;
  opacity: 0;
  visibility: hidden;
}

.disclosure.closed .disclosure-btn-open {
  display: block;
}

.disclosure.closed .disclosure-btn-close {
  display: none;
}

/*********************/

/** Region content and tab visibility control CSS **/

.region-united-states .tab-mf,
.region-canada .tab-mf,
.region-europe .tab-uc,
.region-united-states .tab-etf,
.region-canada .tab-etf,
.region-canada .tab-pf, 
.region-canada .tab-fis,
.region-canada .tab-so {
  display: block;
}

/* Multi-Asset ETF tab was originally hidden,
will be shown again per client */

section .tab-mf,
section .tab-etf,
section .tab-pf,
section .tab-uc,
#multiasset-products .tab-etf,
#multiasset-products .content-etf,
#equity-products .tab-uc,
#equity-products .content-uc,
#esg-products .tab-uc,
#esg-products .content-uc,
#liquidity-products .tab-uc,
#liquidity-products .content-uc,
#realasset-products .tab-is,
#realasset-products .content-is {
  display: none;
}

.region-united-states #liquidity-products .tab-is,
.region-united-states #liquidity-products .content-is,
.region-united-states #liquidity-products .tab-etf,
.region-united-states #liquidity-products .content-etf,

.region-canada #alternatives-products .tab-is,
.region-canada #alternatives-products .content-is,
.region-canada #alternatives-products .tab-mf,
.region-canada #alternatives-products .content-mf,
.region-canada #alternatives-products .tab-etf,
.region-canada #alternatives-products .content-etf,

.region-canada #multimanager-products .tab-is,
.region-canada #multimanager-products .content-is,
.region-canada #multimanager-products .tab-mf,
.region-canada #multimanager-products .content-mf,
.region-canada #multimanager-products .tab-etf,
.region-canada #multimanager-products .content-etf,

.region-canada #outsourcedcio-products .tab-is,
.region-canada #outsourcedcio-products .content-is,
.region-canada #outsourcedcio-products .tab-mf,
.region-canada #outsourcedcio-products .content-mf,
.region-canada #outsourcedcio-products .tab-etf,
.region-canada #outsourcedcio-products .content-etf,

.region-canada #equity-products .tab-mf,
.region-canada #equity-products .content-mf, 
.region-canada #liquidity-products .tab-mf,
.region-canada #liquidity-products .content-mf,
.region-canada #realasset-products .tab-mf,
.region-canada #realasset-products .content-mf,

.region-canada #equity-products .tab-fis,
.region-canada #equity-products .content-fis, 
.region-canada #liquidity-products .tab-fis,
.region-canada #liquidity-products .content-fis,
.region-canada #realasset-products .tab-fis,
.region-canada #realasset-products .content-fis,
.region-canada #multimanager-products .tab-fis,
.region-canada #multimanager-products .content-fis,
.region-canada #outsourcedcio-products .tab-fis,
.region-canada #outsourcedcio-products .content-fis,
 
.region-canada #equity-products .tab-pf,
.region-canada #equity-products .content-pf, 
.region-canada #liquidity-products .tab-pf,
.region-canada #liquidity-products .content-pf,
.region-canada #realasset-products .tab-pf,
.region-canada #realasset-products .content-pf,
.region-canada #alternatives-products .tab-pf,
.region-canada #alternatives-products .content-pf,
.region-canada #outsourcedcio-products .tab-pf,
.region-canada #outsourcedcio-products .content-pf,

.region-canada #equity-products .tab-so,
.region-canada #equity-products .content-so, 
.region-canada #liquidity-products .tab-so,
.region-canada #liquidity-products .content-so,
.region-canada #realasset-products .tab-so,
.region-canada #realasset-products .content-so,
.region-canada #alternatives-products .tab-so,
.region-canada #alternatives-products .content-so,
.region-canada #multimanager-products .tab-so,
.region-canada #multimanager-products .content-so {
  display: none;
}

#multiasset-products .tab-fis,
#multiasset-products .content-fis,
#fixedincome-products .tab-fis,
#fixedincome-products .content-fis,
#equity-products .tab-fis,
#equity-products .content-fis,
#esg-products .tab-fis,
#esg-products .content-fis,
#liquidity-products .tab-fis,
#liquidity-products .content-fis,
#realasset-products .tab-fis,
#realasset-products .content-fis {
  display: none;
}

#multiasset-products .tab-so,
#multiasset-products .content-so,
#fixedincome-products .tab-so,
#fixedincome-products .content-so,
#equity-products .tab-so,
#equity-products .content-so,
#esg-products .tab-so,
#esg-products .content-so,
#liquidity-products .tab-so,
#liquidity-products .content-so,
#realasset-products .tab-so,
#realasset-products .content-so {
  display: none;
}

#esg-products .tab-mf, #esg-products .tab-etf {
  display: none;
}

/*section .tab-mf,
section .tab-etf,
section .tab-pf {
  display: none;
}*/

.region-asia .region-asia,
.region-australia-newzealand .region-australia-newzealand,
.region-canada .region-canada,
.region-europe .region-europe,
.region-middle-east .region-middle-east,
.region-united-states .region-united-states {
  display: block;
}

.region-wrapper {
  display: none;
}

/* active products tab CSS */

.tab-is section .tab-is,
.tab-mf section .tab-mf,
.tab-etf section .tab-etf,
.tab-pf section .tab-pf,
.tab-uc section .tab-uc,
.tab-fis section .tab-fis,
.tab-so section .tab-so {
  border-top: 6px solid #f1c400;
  font-weight: 500;
  margin-top: -5px;
}

/* inactive products tab CSS */

section .tab-is,
section .tab-mf,
section .tab-etf,
section .tab-pf,
section .tab-uc,
section .tab-fis,
section .tab-so {
  font-weight: 300;
}

/* active products tab content CSS */

.tab-is section .content-is,
.tab-mf section .content-mf,
.tab-etf section .content-etf,
.tab-pf section .content-pf,
.tab-uc section .content-uc,
.tab-fis section .content-fis,
.tab-so section .content-so {
  display: inline-block;
}

/* inactive products tab content CSS */

section .content-is,
section .content-mf,
section .content-etf,
section .content-pf,
section .content-uc,
section .content-fis,
section .content-so {
  display: none;
}

.eu-disclaimer
.asia-disclaimer,
.au-disclaimer {
  display: none;
  white-space: normal;
}

.region-europe .eu-disclaimer,
.region-middle-east .eu-disclaimer,
.region-asia .asia-disclaimer,
.region-australia-newzealand .au-disclaimer {
  display: inline;
}

/* Product Page Heros */

.product-page__portfolios-module-wrap {
  background: #00859b;
}

.product-page__portfolios-module-wrap .portfolios-module::after {
  background-color: #fff;
}

.product-wrapper {
  padding: 60px 0;
}

/* Product Offerings */

.product-offerings {
  padding-bottom: 20px;
}

@media screen and (min-width: 767px) {
  .product-offerings {
    padding-bottom: 40px;
  }
}

.product-offerings__content-wrap {
  margin: 0 auto;
  text-align: center;
  max-width: 930px;
}

.product-offerings__content-wrap .product-subheader {
  margin: 0 auto;
}

.product-offerings__content-wrap p {
  margin: 16px 0;
  margin: 1rem 0;
}

/*********/

.product-wrapper.equity {
  background-color: #393a3b;
  color: white;
  padding-bottom: 0;
  background-color: #393a3b;
  background-image: url(../images/products-page/product-page-backgrounds/background-equity-topleft.png),
    url(../images/products-page/product-page-backgrounds/background-equity-bottomright.png);
  background-position: top left, bottom 50% right;
  background-repeat: no-repeat, no-repeat;
}

/* Each Product Section Header */

.product-header-wrapper {
  text-align: center;
  max-width: 976px;
  margin: 0 auto 50px;
}

.product-header-wrapper p {
  margin: 16px 0;
  margin: 1rem 0;
}

.product-header-wrapper h2 {
  font-weight: 200;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 30px;
  margin: 0.333em 0 0.333em;
  letter-spacing: 11px;
  letter-spacing: 0.6875rem;
}

.product-header-wrapper h2::before {
  display: block;
  content: '';
  width: 30px;
  width: 30px;
  width: 1.875rem;
  height: 2px;
  line-height: 2px;
  font-size: 0;
  background-color: #f1c400;
  margin: 0 auto 17.6px;
  margin: 0 auto 1.1rem;
}

.liquidity-advantages-body p {
  margin: 16px 0;
  margin: 1rem 0;
}

.realassets-advantages-body p {
  margin: 16px 0;
  margin: 1rem 0;
}

.alternatives-subtitle {
  font-size: 20px;
  margin-bottom: 24px;
  margin-top: 12px;
}

.alternatives-advantages-body p {
  margin: 16px 0;
  margin: 1rem 0;
}

.product-wrapper.realasset {
  background-color: #393a3b;
  color: white;
  padding-bottom: 0;
  background-color: #393a3b;
  background-image: url(../images/products-page/product-page-backgrounds/background-equity-topleft.png),
    url(../images/products-page/product-page-backgrounds/background-equity-bottomright.png);
  background-position: top left, bottom 50% right;
  background-repeat: no-repeat, no-repeat;

}

body.region-united-states .product-wrapper.realasset {
  margin-bottom: 100px;
}

/************/

.product-subheader {
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 3px;
  line-height: 26px;
  font-weight: 400;
  text-transform: uppercase;
  color: black;
  max-width: 321px;
}

.product-subheader::before {
  display: block;
  content: '';
  width: 30px;
  height: 2px;
  line-height: 2px;
  font-size: 0;
  background-color: #f1c400;
  margin: 0 auto 20px;
  margin: 0 auto 1.25rem;
}

.product-subheader--gold {
  color: #f1c400;
}

.product-subheader--gold::before {
  background-color: #fff;
}

.product-subheader--left::before {
  margin: 0 auto 20px 0;
  margin: 0 auto 1.25rem 0;
}

/* Product Advantages */

.advantages {
  padding: 40px 0;
}

.advantages .content {
  z-index: 1;
}

.advantages__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  list-style-type: decimal-leading-zero;
  padding-left: 0;
}

.advantages__list li {
  padding: 30px 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  width: 100%;
  margin-right: 26px;
}

.advantages__list .number {
  font-family: 'Equip Slab';
  font-size: 50px;
  font-weight: 200;
  padding-right: 13px;
}

.advantages__list .text-wrapper {
  border-left: 1px solid white;
  height: 100%;
  padding-left: 23px;
}

.text-wrapper h4 {
  margin-top: 0;
  font-weight: 400;
}

/*****************/

/* Product Disclosures */

.disclosure,
.disclosure p {
  margin: 16px 0;
  margin: 1rem 0;
  font-size: 1em;
  line-height: 24px;
  line-height: 1.5rem;
  font-weight: 200;
}

.disclosure a {
  padding-top: 8px;
  color: #fff;
  text-decoration: none;
  font-size: 12.8px;
  font-size: 0.8rem;
  display: block;
}

.disclosure a img {
  vertical-align: middle;
}

/*****/

/* Chart */

.product-chart h4 {
  font-size: 16px;
  font-size: 1rem;
  color: #f1c400;
  font-weight: 500;
  margin-bottom: 0;
}

.product-chart p {
  padding-bottom: 50px;
}

.chart-wrap img {
  max-width: 100%;
  height: auto;
}

/*****/

/* Specific Stylings for each of the 4 Product Sections */

/* Quant Equity */

.product-strategies-wrap {
  margin: 0 auto;
  text-align: center;
  /* padding-bottom: 40px; */
}

.product-strategies-wrap h4 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

.product-strategies-wrap ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  padding-left: 0;
}

.product-strategies-wrap li {
  margin-right: 20px;
  font-size: 16px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  color: #f1c400;
  position: relative;
  margin-bottom: 40px;
}

.product-strategies-wrap li:last-child {
  margin-bottom: 0;
}

.product-strategies-wrap li::after {
  content: '';
  border-bottom: 1px solid pink;
  height: 1px;
  width: 12px;
  color: #fff;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}

.product-strategies-wrap li:nth-child(3)::after {
  display: none;
}

.themes__list--product-page {
  padding-left: 0;
}

.themes__list--product-page .themes__list-item {
  visibility: visible;
  z-index: 1;
  min-height: 250px;
}

.themes__list--product-page .themes__list-item__title {
  margin-top: 0;
  margin-bottom: 30px;
}

.themes__list--product-page .themes__list-item__learn-more--product {
  color: #fff;
  text-decoration: none;
}

/***********/

/* Fixed Income */

.product-wrapper.fixedincome {
  background-color: #00859b;
  color: #fff;
  padding-bottom: 0;

  background-image: url(../images/products-page/product-page-backgrounds/background-fixedincome-topleft.png),
    url(../images/products-page/product-page-backgrounds/background-fixedincome-bottomright.png);
  background-position: top left, bottom 60% right;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, 55%;
}

/***********/

/* Multi Aset */

.product-wrapper.multiasset {
  /*background-image: url(../images/products-page/product-page-backgrounds/background-multiasset-left.png);
  background-position: bottom 50% left;
  background-repeat: no-repeat;*/
}

.steps-section {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding-top: 60px;
  position: relative;
  z-index: 1;
}

.background-wrapper--multiasset {
  position: relative;
}

.background-wrapper--multiasset::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background-image: url(../images/products-page/product-page-backgrounds/background-multiasset-left.png);
  /*background-position: bottom 100% left;*/
  /*background-position: top 502px left;*/
  background-position: top 541.5px left;
  background-repeat: no-repeat;
  background-size: auto;
  z-index: 0;
}

/*.background-wrapper--multiasset::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background-color: $darkGrey;
  content: '';
  z-index: -1;
}*/

.multiasset .advantages::before {
  /* position: absolute;
  top: -100px;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background-color: $darkGrey;
  content: '';
  z-index: -1; */
}

.multiasset .advantages::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: url(../images/products-page/product-page-backgrounds/background-multiasset-left.png);
  /*background-position: top 100% left;*/
  /*background-position: top -230px left;*/
  /*background-position: top -594px left;*/
  /*background-position: top -541.5px left;*/
  background-position: top -555.5px left;

  background-repeat: no-repeat;
  background-size: auto;
}

.advantages--multi-asset {
  background-color: #393a3b;
  color: #fff;
  position: relative;

  /*  background-image: url(../images/products-page/product-page-backgrounds/background-multiasset-left.png);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 45%;*/
  /*z-index: -1;*/
}

/*.advantages--multi-asset::before {
  position: absolute;
  top: -100px;
  left: 0;
  width: 100%;
  height: 100px;
  background-color: $darkGrey;
  content: '';
  z-index: -1;
}*/

.advantages__content-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding-bottom: 40px;
}

.advantages__content-wrap .product-subheader {
}

.advantages__list-wrap {
  max-width: 800px;
  margin-top: 40px;
}

.advantages__list-wrap p {
  font-family: 'Equip Slab';
  font-size: 20px;
  font-weight: 200;
  line-height: 30px;
}

.advantages__list--multi-asset {
  padding-left: 0;
}

.advantages__list--multi-asset li {
  /*list-style: inside url('../images/icons/list-dot.png');*/
  list-style: inside;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  text-indent: -1.4em;
  padding-left: 1em;
}

.investments-list {
  padding-left: 0;
}

.investment-step {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  background: #f2f1ed;
  padding: 20px 32px;
  margin-bottom: 21px;
  max-width: 800px;
}

.investment-step .number {
  color: #00859b;
  font-family: 'Equip Slab';
  font-size: 50px;
  font-weight: 200;
  padding-right: 18px;
}

.investment-step .text-wrapper {
  border-left: 1px solid #00859b;
  height: 100%;
  padding-left: 23px;
}

.investment-step h4 {
  color: #00859b;
  margin: 0;
  line-height: 20px;
}

/***********/

/* Liquidity Solution */

.product-wrapper.liquidity {
  /*background-image: url(../images/products-page/product-page-backgrounds/background-liquidity-left.png);*/
  /*background-position: top 25% left;*/
  /*background-repeat: no-repeat;*/
  /*background-size: auto;*/
  /*position: relative;*/
}

/*.product-wrapper.liquidity::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: url(../images/products-page/product-page-backgrounds/background-liquidity-left.png);
  background-position: top 25% left;
  background-repeat: no-repeat;
  background-size: auto;
}*/

.segmentation p {
  /* max-width: 483px; */
}

.segmentation-wrapper {
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 20px 0;
}

.segmentation-item {
  background: #4a4a4a
    url('/images/products-page/liquidity-solutions/liquidity-item-pattern.png');
  background-repeat: no-repeat;
  background-position: bottom right;

  padding: 50px;
  /*max-width: 486px;*/
  margin-bottom: 20px;
  border-radius: 8px;
  width: 100%;
  max-width: 486px;
}

.segmentation-item h4 {
  margin: 8px 0;
  margin: 0.5rem 0;
  font-weight: 600;
  letter-spacing: 3px;
}

.segmentation-item ul {
  padding: 15px 0;
  border-top: 1px solid white;
}

.segmentation-item li {
  list-style: inside;
  text-indent: -1.3em;
  padding-left: 1em;
}

.segmentation-item h5 {
  margin: 8px 0;
  margin: 0.5rem 0;
}

.liquidity .advantages {
  background: #00859b;
  color: #fff;
  position: relative;
}

.background-wrapper--liquidity {
  position: relative;
}

.background-wrapper--liquidity::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background-image: url(../images/products-page/product-page-backgrounds/background-liquidity-left.png);
  background-position: bottom 100% left;
  background-repeat: no-repeat;
  background-size: auto;
  z-index: -1;
}

.liquidity .advantages::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: url(../images/products-page/product-page-backgrounds/background-liquidity-left.png);
  background-position: top 100% left;
  background-repeat: no-repeat;
  background-size: auto;
}

.alternatives .advantages {
  background: #00859b;
  color: #fff;
  position: relative;
}

.background-wrapper--alternatives {
  position: relative;
}

.background-wrapper--alternatives::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background-image: url(../images/products-page/product-page-backgrounds/background-liquidity-left.png);
  background-position: bottom 100% left;
  background-repeat: no-repeat;
  background-size: auto;
  z-index: -1;
}

.alternatives .advantages::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: url(../images/products-page/product-page-backgrounds/background-liquidity-left.png);
  background-position: top 100% left;
  background-repeat: no-repeat;
  background-size: auto;
}

/***********/

/***********/

.region-united-states #multiasset-products,
.region-canada #multiasset-products {
  display: block;
}

#multiasset-products {
  display: none;
}

/* Product Page Modals */

.products-page .themes__modal {
  background-color: transparent;
}

.products-page .themes__modal__bg {
  background-color: rgba(0, 0, 0, .7);
}

.products-page .themes__modal__inner {
  z-index: 1;

  top: 0;

  width: 100%;
  margin: 0 auto;
  position: relative;
}

.products-page .themes__modal-item {
  color: black;
  margin: 0 auto;
  text-align: center;
}

/* Product Page Modals --- Segments */

.themes__modal-item .segment-name {
  margin-top: 16px;
  margin-top: 1rem;
  color: black;
}

.segment-title-wrap {
  padding: 56px 0;
  position: relative;
  font-family: 'Equip Slab';
  color: #00859b;
}

.segment-title-wrap::after {
  content: '';
  position: absolute;
  width: 105px;
  height: 1px;
  background-color: #d8d8d8;
  left: 50%;
  transform: translateX(-50%);
  bottom: 28px;
}

.segment-title-wrap .segment-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

.segment-title-wrap .segment-subtitle {
  font-size: 45px;
  font-weight: 300;
  line-height: 65px;
}

.segment-desc {
  font-family: 'Equip Slab';
  color: black;
  font-size: 22px;
  max-width: 525px;
  margin: 0 auto;
  line-height: 30px;
}

.segment-disclosure {
  font-size: 11px;
  max-width: 548px;
  color: #666;
  margin: 0 auto;
  padding-top: 64px;
}

/* Product Page Modals -- Featured */

.themes__modal-item.products-featured h4 {
  text-align: left;
  font-size: 23px;
  letter-spacing: 4.3px;
  line-height: 32px;
  font-weight: 300;
}

.themes__modal-item.products-featured .content-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  text-align: left;
  padding-bottom: 40px;
}

.themes__modal-item.products-featured .factor-intro {
  border-top: 2px solid teal;
  color: teal;
  font-family: 'Equip Slab';
  padding: 25px 0;
  line-height: 30px;
  font-size: 20px;
  min-width: 40%;
}

.factor-body p {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 12px;
}

.factor-body h5 {
  font-size: 14px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: 600;
}

.factor-powered-by {
  padding-left: 0;
}

.factor-powered-by li {
  float: none;
  margin-right: 20px;
  margin-bottom: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
}

.factor-icon {
  max-width: 45px;
  height: 45px;
  margin-right: 10px;
}

.factor-icon img {
  max-width: 100%;
  height: auto;
  width: 100%; /* IE */

  /* vertically center */
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.factor-cta div {
  text-align: left;
}

.factor-cta a {
  color: #115740;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 2px;
  letter-spacing: 0.125rem;
  line-height: 20px;
  line-height: 1.25rem;
  text-transform: uppercase;
  display: inline-block;
}

.factor-cta .arrow-right {
  float: left;
  margin: 6px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #bc9c36;
}

.factor-cta.liquidity-au-is1, .factor-cta.liquidity-asia-is1 {
  display: none;
}

.chart__svg--fixed-income {
  max-width: 100%;
  position: relative;
}

.chart__svg--fixed-income.chart__svg--fixed-income--mobile {
  max-width: 100%;
}

.chart__svg--fixed-income .fixed-income-chart {
  max-width: 100%;
  height: 100%;
}

.chart__svg--fixed-income--mobile .fixed-income-chart {
  max-width: none;
}

/* non-IE */

.fixed-income-svg-container {
  max-width: none;
  height: 100%;
  overflow-x: scroll;
}

.fixed-income-svg-container::-webkit-scrollbar {
  -webkit-appearance: none;
  height: 7px;
}

.fixed-income-svg-container::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, .5);
  box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}

/* IE 10 and 11 ONLY STYLINGS FOR FIXED INCOME CHART */

/* SVG PADDING BOTTOM HACK HERE: https://css-tricks.com/scale-svg/ */

/* IE tablet and up */

/*@media all and (-ms-high-contrast: active) and (min-width: 768px),
  all and (-ms-high-contrast: none) and (min-width: 768px) {*/

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .fixed-income-svg-container {
    position: relative;
    height: 0;
    width: 100%;
    padding: 0;

    overflow-y: hidden;
    padding-bottom: 23%; /* aspect ratio: height / width  (in this case 274 / 1199) */
    overflow-x: hidden;
  }

  .chart__svg--fixed-income .fixed-income-chart {
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
  }
}

/* IE mobile */

@media all and (-ms-high-contrast: active) and (max-width: 767px), all and (-ms-high-contrast: none) and (max-width: 767px) {
  .fixed-income-svg-container {
    padding-bottom: 300px;
    overflow-x: scroll;
  }

  .chart__svg--fixed-income .fixed-income-chart {
    /* the dimensions of the svg */
    height: 274px;
    width: 1199px;
  }
}

/* ****** */

.hover-tooltip {
  max-width: 400px;
  padding: 40px;
  font-size: 10pt;
  background-color: white;
  border-radius: 6px;
  position: absolute;
  color: black;
  z-index: 10;

  visibility: hidden;
  opacity: 0;
  transition: visibility 0.4s, opacity 0.4s;
}

.hover-tooltip.active {
  visibility: visible;
  opacity: 1;
}

.hover-tooltip.hover-tooltip--mobile {
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.hover-tooltip h4 {
  color: black;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 20px;
  line-height: 1.25rem;
  margin: 0 0 8px;
  margin: 0 0 0.5rem;
}

.hover-tooltip p {
  font-size: 16px;
  font-weight: 300;
  padding: 0;
}

/* By default - the arrow bubble will be left of the tooltip */

.hover-tooltip::before {
  content: '';
  width: 12px;
  height: 12px;
  transform: rotate(45deg);
  background-color: white;
  position: absolute;
  /*right: 30px;*/
  left: 30px;
  /*top: -6px;*/
  bottom: -6px;
}

.hover-tooltip--right-arow::before {
  right: 30px;
  left: auto;
}

.hover-tooltip--mobile::before {
  content: none;

  /*  bottom: -6px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);*/
}

.tooltipTrigger {
  cursor: pointer;
  transition: all 0.4s;
}

.tooltipTrigger:hover {
  fill: rgb(241, 196, 0);
  height: 50px;
  width: 50px;
}

/* Set <li> bullet point of all Product Page bullet (gold) */

/*.products-page li {
  list-style: outside url('../images/icons/list-dot.png');
}*/

/* Tablet */

@media screen and (min-width: 768px) {
  .more-on {
    width: 588px;
  }
  .products-page .portfolios-module::after {
    height: 50%;
  }

  section.product {
    padding: 60px 40px;
  }

  .product-offerings {
    padding-bottom: 20px;
  }

  .product-wrapper {
    padding: 100px 0;
  }

  .product-header-wrapper {
    /* margin: 0 auto 80px; */
  }
  
  #liquidity-products .product-header-wrapper {
    margin: 0 auto 80px;
  }

  #alternatives-products .product-header-wrapper {
    margin: 0 auto 80px;
  }

  .product-header-wrapper h2 {
    font-size: 2.5rem;
    line-height: 1em;
  }

  .alternatives-subtitle {
    font-size: 24px;
  }

  .product-strategies-wrap ul {
    -ms-flex-direction: row;
        flex-direction: row;
  }

  .product-strategies-wrap li {
    margin-right: 40px;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 300;
    color: #f1c400;
    position: relative;
    margin-bottom: 20px;
  }

  .product-strategies-wrap li:last-child {
    margin-bottom: 20px;
  }

  .product-strategies-wrap li::after {
    content: '';
    border-right: 1px solid goldenrod;
    height: 12px;
    width: 1px;
    color: #fff;
    position: absolute;
    bottom: -10px;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    left: auto;
  }

  .products-featured-wrapper .content-wrapper {
    width: 83%;
  }

  .product-strategies-wrap li:nth-child(3)::after {
    display: none;
  }

  .products-page .themes__modal__inner {
    top: 5%;
    /*width: 75%;*/
    width: 90%;
    max-width: 1200px;

    padding: 60px;
  }

  .segment-title-wrap .segment-subtitle {
    font-size: 45px;
  }

  /* Liquidity Solutions */
  .segmentation-wrapper {
    -ms-flex-direction: row;
        flex-direction: row;
  }

  .segmentation-item {
    max-width: none;
    width: calc(100% * 1/3 - 12px);
  }

  .product-type-nav {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
        justify-content: center;
  }

  .product-type-nav li {
    margin: 0 20px 0 0;
    width: 282px;
  }

  .products-list {
    padding: 66px 38px;
  }

  .products-featured-wrapper {
    -ms-flex-direction: row;
        flex-direction: row;
  }

  /* Products Featured */
  .products-more-wrapper {
    -ms-flex-direction: row;
        flex-direction: row;
  }

  .themes__modal-item.products-featured h4 {
    font-size: 28px;
  }

  .products-more-wrapper > ul {
    padding-top: 46px;
  }

  .product-chart img {
    max-width: 100%;
    height: auto;
    width: 100%;
  }

  /* Featured Product Modal */

  .themes__modal-item.products-featured .content-wrapper {
    -ms-flex-direction: row;
        flex-direction: row;
  }

  .themes__modal-item.products-featured .factor-intro {
    margin-right: 40px;
  }

  .factor-body {
    padding-top: 20px;
  }

  .factor-powered-by li {
    float: left;
  }

  .factor-cta div {
    text-align: left;
  }

  .advantages {
    padding: 60px 0;
  }
}

/* Stylings We Want for both Mobile & Tablet */

@media screen and (min-width: 769px) {
  .advantages__list {
    -ms-flex-direction: row;
        flex-direction: row;
  }

  /* My Advantages */
  .advantages__list li {
    width: calc(33% - 26px);
  }

  /* Multi Aset */
  .steps-section {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }

  .steps-section .investments-list {
    padding-left: 0;
  }

  .advantages__content-wrap {
    -ms-flex-direction: row;
        flex-direction: row;
  }

  .advantages__content-wrap .product-subheader {
    margin: 0;
    margin-right: 25px;
  }

  .advantages__list-wrap {
    margin-top: 0px;
  }
}

/* Desktop */

@media screen and (min-width: 1024px) {
  .more-on {
    width: 588px;
  }

  section.product {
    padding: 103px 120px;
  }
}

.contact {
  padding: 60px 0 30px;
}

.contact__title {
  color: #00859b;
  font-size: 22px;
  font-size: 1.375rem;
  letter-spacing: 2.48px;
  letter-spacing: 0.155rem;
  line-height: 26.8px;
  line-height: 1.675rem;
  text-transform: uppercase;
}

.contact__description {
  font-size: 16px;
  font-size: 1rem;
  line-height: 22px;
  line-height: 1.375rem;
  max-width: 600px;
}

.contact__description p {
  padding: 30px 0 0;
  padding: 19.2px 0 0;
  padding: 1.2rem 0 0;
}

.contact__disclaimer {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 13.6px;
  line-height: 0.85rem;
  padding: 30px 0 0;
}

.contact__contacts {
  margin: 30px 0 0;
  padding: 30px 0 0;
  position: relative
}

.contact__contacts::before {
    content: '';
    display: block;
    width: 30px;
    height: 2px;
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
}

.contact__contacts:before {
  content: '';
  display: table
}

.contact__contacts:before::before {
}

.contact__contacts:after {
  content: '';
  display: table;
  clear: both
}

.contact__contacts:after::before {
}

.contact__contacts__item {
  padding-bottom: 30px;
  vertical-align: top;
}

.contact__contacts__item__location {
  color: #00859b;
  letter-spacing: 2.08px;
  letter-spacing: 0.13rem;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 14px;
  line-height: 0.875rem;
}

.contact__contacts__item__name {
  font-size: 16px;
  font-size: 1rem;
  line-height: 16px;
  line-height: 1rem;
  padding: 17.6px 0 0;
  padding: 1.1rem 0 0;
  font-weight: 500;
}

.contact__contacts__item__title {
  font-size: 16px;
  font-size: 1rem;
  line-height: 16px;
  line-height: 1rem;
  padding: 8px 0 0;
  padding: 0.5rem 0 0;
}

.contact__contacts__item__email {
  font-size: 16px;
  font-size: 1rem;
  line-height: 16px;
  line-height: 1rem;
  padding: 6.4px 0 0;
  padding: 0.4rem 0 0;
}

.contact__contacts__item__email__link {
  color: #00859b;
  text-decoration: none;
}

.contact__contacts__item__phone {
  font-size: 16px;
  font-size: 1rem;
  line-height: 16px;
  line-height: 1rem;
  padding: 8px 0 0;
  padding: 0.5rem 0 0;
}

.contact__contacts__item__phone__link {
  color: #000;
  text-decoration: none;
}

/* Tablet */

@media screen and (min-width: 768px) {
  .contact {
    padding: 60px 0;
  }

  .contact__title {
    color: #00859b;
    font-size: 1.375rem;
    letter-spacing: 0.155rem;
    line-height: 1.675rem;
    text-transform: uppercase;
  }

  .contact__description {
    font-size: 1rem;
    line-height: 1.375rem;
    max-width: 600px;
  }

  .contact__disclaimer {
    font-size: 0.75rem;
    line-height: 0.75rem;
    padding: 2.3rem 0 0;
  }

  .contact__contacts {
    margin: 30px 0 0;
    padding: 3.39rem 0 0;
    position: relative
  }

  .contact__contacts::before {
      content: '';
      display: block;
      width: 30px;
      height: 2px;
      background-color: #000;
      position: absolute;
      top: 0;
      left: 0;
  }

  .contact__contacts:before {
    content: '';
    display: table
  }

  .contact__contacts:before::before {
}

  .contact__contacts:after {
    content: '';
    display: table;
    clear: both
  }

  .contact__contacts:after::before {
}

  .contact__contacts__item {
    width: calc(99.9% * 1/3 - 20px);
    padding-bottom: 50px;
  }

  .contact__contacts__item:nth-child(1n) {
    float: left;
    margin-right: 30px;
    clear: none;
  }

  .contact__contacts__item:last-child {
    margin-right: 0;
  }

  .contact__contacts__item:nth-child(3n) {
    margin-right: 0;
    float: right;
  }

  .contact__contacts__item:nth-child(3n + 1) {
    clear: both;
  }

  .contact__contacts__item__location {
    color: #00859b;
    letter-spacing: 0.13rem;
    text-transform: uppercase;
    font-size: 0.875rem;
    line-height: 0.875rem;
  }

  .contact__contacts__item__name {
    font-size: 1rem;
    line-height: 1rem;
    padding: 1.1rem 0 0;
    font-weight: 500;
  }

  .contact__contacts__item__title {
    font-size: 1rem;
    line-height: 1rem;
    padding: 0.5rem 0 0;
  }

  .contact__contacts__item__email {
    font-size: 1rem;
    line-height: 1rem;
    padding: 0.4rem 0 0;
  }

  .contact__contacts__item__email__link {
    color: #00859b;
    text-decoration: none;
  }

  .contact__contacts__item__phone {
    font-size: 1rem;
    line-height: 1rem;
    padding: 0.5rem 0 0;
  }

  .contact__contacts__item__phone__link {
    color: #000;
    text-decoration: none;
  }
}

/* Desktop */

@media screen and (min-width: 1024px) {
  .contact {
    padding: 100px 0 50px;
  }
}

.equity__management-styles {
  overflow-y: scroll;
  margin-left: -15px;
  margin-right: -15px;
}

.equity__management-styles__inner {
  width: 1000px;
  padding: 0 15px;
}

.equity__management-styles__headline {
  border-top: 1px solid rgba(198, 198, 198, .6);
  color: rgba(0, 0, 0, .6);
  font-weight: 500;
  letter-spacing: 0.26em;
  padding: 25.44px 3.2px 0;
  padding: 1.59rem 0.2rem 0;
}

.equity__management-styles__row {
  padding: 43.2px 15px 0;
  padding: 2.7rem 15px 0;
}

.equity__management-styles__row:before {
  content: '';
  display: table;
}

.equity__management-styles__row:after {
  content: '';
  display: table;
  clear: both;
}

.equity__management-styles__column {
  border-left: 1px solid rgba(198, 198, 198, .6);
  color: #115740;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 22px;
  line-height: 1.375rem;
  width: calc(99.9% * 1/5 - 24px);
  padding: 0 0 0 19.2px;
  padding: 0 0 0 1.2rem;
  min-height: 68px
}

.equity__management-styles__column:nth-child(1) {
    opacity: 0.65;
}

.equity__management-styles__column:nth-child(2) {
    opacity: 0.7;
}

.equity__management-styles__column:nth-child(3) {
    opacity: 0.8;
}

.equity__management-styles__column:nth-child(4) {
    opacity: 0.9;
}

.equity__management-styles__column:nth-child(1n) {
  float: left;
  margin-right: 30px;
  clear: none
}

.equity__management-styles__column:nth-child(1n):nth-child(1) {
}

.equity__management-styles__column:nth-child(1n):nth-child(2) {
}

.equity__management-styles__column:nth-child(1n):nth-child(3) {
}

.equity__management-styles__column:nth-child(1n):nth-child(4) {
}

.equity__management-styles__column:last-child {
  margin-right: 0
}

.equity__management-styles__column:last-child:nth-child(1) {
}

.equity__management-styles__column:last-child:nth-child(2) {
}

.equity__management-styles__column:last-child:nth-child(3) {
}

.equity__management-styles__column:last-child:nth-child(4) {
}

.equity__management-styles__column:nth-child(5n) {
  margin-right: 0;
  float: right
}

.equity__management-styles__column:nth-child(5n):nth-child(1) {
}

.equity__management-styles__column:nth-child(5n):nth-child(2) {
}

.equity__management-styles__column:nth-child(5n):nth-child(3) {
}

.equity__management-styles__column:nth-child(5n):nth-child(4) {
}

.equity__management-styles__column:nth-child(5n + 1) {
  clear: both
}

.equity__management-styles__column:nth-child(5n + 1):nth-child(1) {
}

.equity__management-styles__column:nth-child(5n + 1):nth-child(2) {
}

.equity__management-styles__column:nth-child(5n + 1):nth-child(3) {
}

.equity__management-styles__column:nth-child(5n + 1):nth-child(4) {
}

.equity__management-styles__scale {
  margin: 43.2px 0 0;
  margin: 2.7rem 0 0;
  position: relative;
}

.equity__management-styles__scale:before {
  content: '';
  display: table;
}

.equity__management-styles__scale:after {
  content: '';
  display: table;
  clear: both;
}

.equity__management-styles__scale__line {
  display: block;
  content: '';
  position: absolute;
  left: 265px;
  right: 265px;
  height: 1px;
  top: 50%;
  border-top: 1px dashed #9b9b9b;
}

.equity__management-styles__scale__label {
  height: 57px;
  width: 247px
}

.equity__management-styles__scale__label:nth-child(2) {
    float: left;
}

.equity__management-styles__scale__label:nth-child(3) {
    float: right;
}

.equity__management-styles__scale__label:before {
  content: '';
  display: table
}

.equity__management-styles__scale__label:before:nth-child(2) {
}

.equity__management-styles__scale__label:before:nth-child(3) {
}

.equity__management-styles__scale__label:after {
  content: '';
  display: table;
  clear: both
}

.equity__management-styles__scale__label:after:nth-child(2) {
}

.equity__management-styles__scale__label:after:nth-child(3) {
}

.equity__management-styles__scale__label__text {
  color: #a2a4a3;
  display: inline-block;
  float: left;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  height: 57px;
  line-height: 57px;
  letter-spacing: 1.6px;
  letter-spacing: 0.1rem;

  .equity__management-styles__scale__label:nth-child(2) .equity__management-styles__scale__label__text {
    float: right;
  }
}

.equity__management-styles__scale__label:nth-child(2) .equity__management-styles__scale__label__text {
    float: right;
  }

.equity__management-styles__scale__label__symbol {
  color: #d6d2c4;
  display: inline-block;
  float: left;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  vertical-align: top;
  padding: 0;
  margin: 0;
  text-align: center;

  .equity__management-styles__scale__label:nth-child(3) .equity__management-styles__scale__label__symbol {
    float: right;
  }
}

.equity__management-styles__scale__label:nth-child(3) .equity__management-styles__scale__label__symbol {
    float: right;
  }

.equity__management-styles__scale__label__symbol__label {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  font-weight: 500;
  padding: 7.2px 0 0;
  padding: 0.45rem 0 0;
}

.equity__subheadline {
  font-size: 22px;
  font-size: 1.375rem;
  letter-spacing: 2.48px;
  letter-spacing: 0.155rem;
  line-height: 22px;
  line-height: 1.375rem;
  text-transform: uppercase;
  margin: 0px;
  margin: 0rem
}

.equity__subheadline:before {
    background-color: #115740;
    content: '';
    display: block;
    height: 2px;
    margin: 55.2px 0 26.88px;
    margin: 3.45rem 0 1.68rem;
    width: 30px;
}

.equity__footnote {
  font-size: 11px;
  font-size: 0.6875rem;
  margin-top: 3em;
}

/* Tablet */

@media screen and (min-width: 768px) {


  .equity__management-styles {
    margin-left: -40px;
    margin-right: -40px;
  }

  .equity__management-styles__inner {
    padding: 0 40px;
  }

  .equity__management-styles__row {
    padding: 2.7rem 4.5rem 0;
  }

  .equity__management-styles__row:before {
    content: '';
    display: table;
  }

  .equity__management-styles__row:after {
    content: '';
    display: table;
    clear: both;
  }
}

/* Desktop */

@media screen and (min-width: 1024px) {


  .equity__management-styles {
    overflow: hidden;
    margin-left: 0;
    margin-right: 0;
  }
  .equity__management-styles__inner {
    width: auto;
    padding: 0;
  }

  .equity__management-styles__row {
    padding: 2.7rem 4.5rem 0;
  }
}

.fixed-income {
  padding: 30px 0 0;
}

.fixed-income__chart {
  overflow-x: scroll;
  height: 460px;
  margin: 0 -15px;
  padding: 0 15px;
}

.fixed-income__chart:before {
  content: '';
  display: table;
}

.fixed-income__chart:after {
  content: '';
  display: table;
  clear: both;
}

.fixed-income__chart__inner {
  width: 800px;
}

.fixed-income__chart__management-styles {
  border-top: 1px solid #D0D0D0;
  border-bottom: 1px solid #D0D0D0;
  width: calc(99.9% * 1/4 - 22.5px);
  min-height: 400px;
  padding: 42.4px 0 42.4px 6.4px;
  padding: 2.65rem 0 2.65rem 0.4rem;
}

.fixed-income__chart__management-styles:nth-child(1n) {
  float: left;
  margin-right: 30px;
  clear: none;
}

.fixed-income__chart__management-styles:last-child {
  margin-right: 0;
}

.fixed-income__chart__management-styles:nth-child(4n) {
  margin-right: 0;
  float: right;
}

.fixed-income__chart__management-styles:nth-child(4n + 1) {
  clear: both;
}

.fixed-income__chart__title {
  color: rgba(0, 0, 0, .6);
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 16px;
  line-height: 1rem;
  letter-spacing: 2.4px;
  letter-spacing: 0.15rem;
}

.fixed-income__chart__management-styles__text {
  color: #115740;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 22px;
  line-height: 1.375rem;
  padding: 72.8px 0 0;
  padding: 4.55rem 0 0
}

.fixed-income__chart__management-styles__text:nth-of-type(3) {
    padding: 51.2px 0 0;
    padding: 3.2rem 0 0;
}

.fixed-income__chart__management-styles__text:nth-of-type(4) {
    padding: 49.6px 0 0;
    padding: 3.1rem 0 0;
}

.fixed-income__chart__fixed-income-capabilities {
  border-top: 1px solid #D0D0D0;
  border-bottom: 1px solid #D0D0D0;
  width: calc(99.9% * 3/4 - 7.5px);
  min-height: 423px;
  padding: 42.4px 0 42.4px 25.6px;
  padding: 2.65rem 0 2.65rem 1.6rem;
  position: relative
}

.fixed-income__chart__fixed-income-capabilities:before {
    background-color: #D0D0D0;
    bottom: 19.2px;
    bottom: 1.2rem;
    content: '';
    display: block;
    left: -16px;
    left: -1rem;
    position: absolute;
    top: 19.2px;
    top: 1.2rem;
    width: 1px;
}

.fixed-income__chart__fixed-income-capabilities:nth-child(1n) {
  float: left;
  margin-right: 30px;
  clear: none
}

.fixed-income__chart__fixed-income-capabilities:nth-child(1n):before {
}

.fixed-income__chart__fixed-income-capabilities:last-child {
  margin-right: 0
}

.fixed-income__chart__fixed-income-capabilities:last-child:before {
}

.fixed-income__chart__fixed-income-capabilities:nth-child(4n) {
  margin-right: 0;
  float: right
}

.fixed-income__chart__fixed-income-capabilities:nth-child(4n):before {
}

.fixed-income__chart__fixed-income-capabilities:nth-child(4n + 1) {
  clear: both
}

.fixed-income__chart__fixed-income-capabilities:nth-child(4n + 1):before {
}

.fixed-income__chart__fixed-income-capabilities__return {
  color: #6E6E6E;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 1.6px;
  letter-spacing: 0.1rem;
  line-height: 12px;
  line-height: 0.75rem;
  left: -74.4px;
  left: -4.65rem;
  margin: -6.4px 0 0;
  margin: -0.4rem 0 0;
  position: absolute;
  top: 50%;
  transform: rotate(270deg);
}

.fixed-income__chart__fixed-income-capabilities__risk {
  bottom: -32px;
  bottom: -2rem;
  color: #6E6E6E;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 1.6px;
  letter-spacing: 0.1rem;
  line-height: 12px;
  line-height: 0.75rem;
  left: 40%;
  margin: 0;
  position: absolute;
}

.fixed-income__chart__fixed-income-capabilities__chart {
  display: block;
  height: auto;
  left: 50%;
  max-width: 750px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -45%);
  width: 90%;
}

@media screen and (min-width: 768px) {

  .fixed-income__chart__management-styles__text:nth-of-type(4) {
      padding: 3.1rem 0 0;
  }

  .fixed-income {
    padding: 3rem 1rem 0;
  }

  .fixed-income__chart {
    overflow: hidden;
    height: 507px;
    margin: 0;
    padding: 0;
  }

  .fixed-income__chart:before {
    content: '';
    display: table;
  }

  .fixed-income__chart:after {
    content: '';
    display: table;
    clear: both;
  }

  .fixed-income__chart__inner {
    width: auto;
  }

  .fixed-income__chart__management-styles {
    border-top: 1px solid #D0D0D0;
    border-bottom: 1px solid #D0D0D0;
    width: calc(99.9% * 1/4 - 22.5px);
    min-height: 475px;
    padding: 2.65rem 0 2.65rem 0.4rem;
  }

  .fixed-income__chart__management-styles:nth-child(1n) {
    float: left;
    margin-right: 30px;
    clear: none;
  }

  .fixed-income__chart__management-styles:last-child {
    margin-right: 0;
  }

  .fixed-income__chart__management-styles:nth-child(4n) {
    margin-right: 0;
    float: right;
  }

  .fixed-income__chart__management-styles:nth-child(4n + 1) {
    clear: both;
  }

  .fixed-income__chart__title {
    color: rgba(0, 0, 0, .6);
    font-size: 1rem;
    font-weight: 500;
    line-height: 1rem;
    letter-spacing: 0.15rem;
  }

  .fixed-income__chart__management-styles__text {
    color: #115740;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.375rem;
    padding: 4.55rem 0 0
  }

  .fixed-income__chart__management-styles__text:nth-of-type(3) {
      padding: 3.2rem 0 0;
  }

  .fixed-income__chart__fixed-income-capabilities {
    border-top: 1px solid #D0D0D0;
    border-bottom: 1px solid #D0D0D0;
    width: calc(99.9% * 3/4 - 7.5px);
    min-height: 475px;
    padding: 2.65rem 0 2.65rem 1.6rem;
    position: relative
  }

  .fixed-income__chart__fixed-income-capabilities:before {
      background-color: #D0D0D0;
      bottom: 1.2rem;
      content: '';
      display: block;
      left: -1rem;
      position: absolute;
      top: 1.2rem;
      width: 1px;
  }

  .fixed-income__chart__fixed-income-capabilities:nth-child(1n) {
    float: left;
    margin-right: 30px;
    clear: none
  }

  .fixed-income__chart__fixed-income-capabilities:nth-child(1n):before {
}

  .fixed-income__chart__fixed-income-capabilities:last-child {
    margin-right: 0
  }

  .fixed-income__chart__fixed-income-capabilities:last-child:before {
}

  .fixed-income__chart__fixed-income-capabilities:nth-child(4n) {
    margin-right: 0;
    float: right
  }

  .fixed-income__chart__fixed-income-capabilities:nth-child(4n):before {
}

  .fixed-income__chart__fixed-income-capabilities:nth-child(4n + 1) {
    clear: both
  }

  .fixed-income__chart__fixed-income-capabilities:nth-child(4n + 1):before {
}

  .fixed-income__chart__fixed-income-capabilities__return {
    color: #6E6E6E;
    font-size: 0.75rem;
    letter-spacing: 0.1rem;
    line-height: 0.75rem;
    left: -4.65rem;
    margin: -0.4rem 0 0;
    position: absolute;
    top: 50%;
    transform: rotate(270deg);
  }

  .fixed-income__chart__fixed-income-capabilities__risk {
    bottom: -2rem;
    color: #6E6E6E;
    font-size: 0.75rem;
    letter-spacing: 0.1rem;
    line-height: 0.75rem;
    left: 40%;
    margin: 0;
    position: absolute;
  }

  .fixed-income__chart__fixed-income-capabilities__chart {
    display: block;
    height: auto;
    left: 50%;
    max-width: 750px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -45%);
    width: 90%;
  }
}

.real-assets {}

.real-assets__column {
  padding: 16px 0 0;
  padding: 1rem 0 0;  
}

.real-assets__column__icon__svg {
  display: block;
  margin: 0 auto
}

.real-assets__column__icon__svg--real-estate {
    max-width: 73px;
    width: 100%;
}

.real-assets__column__icon__svg--infrastructure {
    max-width: 56px;
    width: 100%;
}

.real-assets__column__icon__svg--natural-resources {
    max-width: 42px;
    width: 100%;
}

.real-assets__column__title {
  color: #115740;
  font-size: 17.008px;
  font-size: 1.063rem;
  line-height: 17.008px;
  line-height: 1.063rem;
  font-weight: 500;
  padding: 28.8px 0 0.5em;
  padding: 1.8rem 0 0.5em;
}

.real-assets__column__text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 20.8px;
  line-height: 1.3rem;
  padding: 16px 0 0;
  padding: 1rem 0 0;
}

.real-assets__column__list {
  margin: 0 0 0 19.2px;
  margin: 0 0 0 1.2rem;
  padding: 0;
}

.real-assets__column__list__item {
  margin: 0;
  padding: 0;
}

/* Tablet */

@media screen and (min-width: 768px) {

  .real-assets {
    padding: 3rem 1rem 0;
  }

  .real-assets__row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
  }

  .real-assets__row:before {
    content: '';
    display: table;
  }

  .real-assets__row:after {
    content: '';
    display: table;
    clear: both;
  }

  .real-assets__column {
    border-right: 1px solid rgba(110, 110, 110, .2);
    -ms-flex-positive: 0;
        flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: calc(99.9% * 1/3 - 20px);
        flex-basis: calc(99.9% * 1/3 - 20px);
    max-width: calc(99.9% * 1/3 - 20px);
    width: calc(99.9% * 1/3 - 20px);
    padding: 2.3rem 2.5rem  2.3rem 0
  }

  .real-assets__column:last-of-type {
      border: none;
  }

  .real-assets__column:nth-child(1n) {
    margin-right: 30px;
    margin-left: 0
  }

  .real-assets__column:nth-child(1n):last-of-type {
}

  .real-assets__column:last-child {
    margin-right: 0
  }

  .real-assets__column:last-child:last-of-type {
}

  .real-assets__column__icon {
    height: 66px;
    position: relative;
  }

  .real-assets__column__icon > * {
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .real-assets__column__title {
    padding: 30px 0 0.5em;
  }
}

/* Desktop */

@media screen and (min-width: 1024px) {

  .real-assets__column {
    padding-right: 1.875rem;
    position: relative;
  }

  .real-assets__column:before {
    content: '';
    display: table;
  }

  .real-assets__column:after {
    content: '';
    display: table;
    clear: both;
  }

  .real-assets__column__icon {
    width: calc(99.9% * 1/3 - 13.333333333333332px);
    position: relative;
    height: 75px;
  }

  .real-assets__column__icon:nth-child(1n) {
    float: left;
    margin-right: 20px;
    clear: none;
  }

  .real-assets__column__icon:last-child {
    margin-right: 0;
  }

  .real-assets__column__icon:nth-child(0n) {
    float: right;
  }

  .real-assets__column__icon > * {
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 0;
    transform: translate(0, -50%);
  }

    .real-assets__column__icon__svg {
      position: relative;
    }

  .real-assets__column__copy {
    width: calc(99.9% * 2/3 - 10px);
  }

  .real-assets__column__copy:nth-child(1n) {
    float: left;
    margin-right: 30px;
    clear: none;
  }

  .real-assets__column__copy:last-child {
    margin-right: 0;
  }

  .real-assets__column__copy:nth-child(3n) {
    margin-right: 0;
    float: right;
  }

  .real-assets__column__copy:nth-child(3n + 1) {
    clear: both;
  }

  .real-assets__column__title {
    padding: 0.9rem 0 0.5em;
  }

}

.cash-liquidity-solutions__column {
  padding: 16px 0 0;
  padding: 1rem 0 0;
}

.cash-liquidity-solutions__title {
  color: #115740;
  font-size: 17.008px;
  font-size: 1.063rem;
  font-weight: 500;
  line-height: 17.008px;
  line-height: 1.063rem;
}

.cash-liquidity-solutions__maturity {
  color: #6E6E6E;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 1.28px;
  letter-spacing: 0.08rem;
  line-height: 12px;
  line-height: 0.75rem;
  padding: 9.6px 0 0;
  padding: 0.6rem 0 0;
  text-transform: uppercase;
}

.cash-liquidity-solutions__parameters {
  list-style: none;
  margin: 0;
  padding: 17.6px 0 0;
  padding: 1.1rem 0 0;
}

.cash-liquidity-solutions__parameters__item {
  margin: 0;
  padding: 14.4px 0 0;
  padding: 0.9rem 0 0;
}

.cash-liquidity-solutions_product-type-label {
  color: #6E6E6E;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 1.28px;
  letter-spacing: 0.08rem;
  line-height: 12px;
  line-height: 0.75rem;
  padding: 43.2px 0 0;
  padding: 2.7rem 0 0;
  text-transform: uppercase;
}

.cash-liquidity-solutions__product-type {
  padding: 8px 0 0;
  padding: 0.5rem 0 0;
}

/* Tablet */

@media screen and (min-width: 768px) {

  .cash-liquidity-solutions {
    padding: 3rem 1rem 0;
  }

  .cash-liquidity-solutions__row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
  }

  .cash-liquidity-solutions__row:before {
    content: '';
    display: table;
  }

  .cash-liquidity-solutions__row:after {
    content: '';
    display: table;
    clear: both;
  }

  .cash-liquidity-solutions__column {
    -ms-flex-positive: 0;
        flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: calc(99.9% * 1/3 - 26.666666666666664px);
        flex-basis: calc(99.9% * 1/3 - 26.666666666666664px);
    max-width: calc(99.9% * 1/3 - 26.666666666666664px);
    width: calc(99.9% * 1/3 - 26.666666666666664px);
    border-right: 1px solid rgba(110, 110, 110, .2);
    padding: 2.3rem 2.5rem  2.3rem 0
  }

  .cash-liquidity-solutions__column:last-of-type {
      border: none;
  }

  .cash-liquidity-solutions__column:nth-child(1n) {
    margin-right: 40px;
    margin-left: 0
  }

  .cash-liquidity-solutions__column:nth-child(1n):last-of-type {
}

  .cash-liquidity-solutions__column:last-child {
    margin-right: 0
  }

  .cash-liquidity-solutions__column:last-child:last-of-type {
}
}

/* Desktop */

@media screen and (min-width: 1024px) {}

.featured-strategies__column {
  margin: 16px 0 0;
  margin: 1rem 0 0;
}

.multi-asset-class-strategies__title {
  color: #115740;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 20px;
  line-height: 1.25rem;
}

.multi-asset-class-strategies__description {
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
  padding: 18.4px 0 0;
  padding: 1.15rem 0 0;
  font-weight: 300;
}

/* Tablet */

@media screen and (min-width: 768px) {

  .featured-strategies__column:nth-child(3n):nth-child(n + 4) {
}

  .featured-strategies__column:nth-child(3n):nth-child(3n) {
}

  .featured-strategies__column:last-child:nth-child(n + 4) {
}

  .featured-strategies__column:last-child:nth-child(3n) {
}

  .featured-strategies__column:nth-child(1n):nth-child(n + 4) {
}

  .featured-strategies__column:nth-child(1n):nth-child(3n) {
}

  .featured-strategies__column:nth-child(n + 4) {
      margin-top: 2.3rem;
  }

  .featured-strategies__column:nth-child(3n) {
      border: none;
  }

  .featured-strategies__row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
  }

  .featured-strategies__row:before {
    content: '';
    display: table;
  }

  .featured-strategies__row:after {
    content: '';
    display: table;
    clear: both;
  }

  .featured-strategies__column {
    margin-top: 0;
    border-right: 1px solid rgba(110, 110, 110, .2);
    -ms-flex-positive: 0;
        flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: calc(99.9% * 1/3 - 20px);
        flex-basis: calc(99.9% * 1/3 - 20px);
    max-width: calc(99.9% * 1/3 - 20px);
    width: calc(99.9% * 1/3 - 20px);
    padding: 2.3rem 2.5rem 2.3rem 0
  }

  .featured-strategies__column:last-child {
      border: none;
  }

  .featured-strategies__column:nth-child(1n) {
    margin-right: 30px;
    margin-left: 0
  }

  .featured-strategies__column:nth-child(1n):last-child {
}

  .featured-strategies__column:last-child {
    margin-right: 0
  }

  .featured-strategies__column:last-child:last-child {
}

  .featured-strategies__column:nth-child(3n) {
    margin-right: 0;
    margin-left: auto
  }

  .featured-strategies__column:nth-child(3n):last-child {
}
}

/* Desktop */

@media screen and (min-width: 1024px) {

  .featured-strategies__column:nth-child(3n):nth-child(n + 4) {
}

  .featured-strategies__column:nth-child(3n):nth-child(3n) {
}

  .featured-strategies__column:last-child:nth-child(n + 4) {
}

  .featured-strategies__column:last-child:nth-child(3n) {
}

  .featured-strategies__column:nth-child(1n):nth-child(n + 4) {
}

  .featured-strategies__column:nth-child(1n):nth-child(3n) {
}

  .featured-strategies__column:nth-child(n + 4) {
      margin-top: 2.3rem;
  }

  .featured-strategies__column:nth-child(3n) {
      border: none;
  }
  
  .featured-strategies {
    padding: 3rem 0 0;
  }

  .featured-strategies__row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
  }

  .featured-strategies__row:before {
    content: '';
    display: table;
  }

  .featured-strategies__row:after {
    content: '';
    display: table;
    clear: both;
  }

  .featured-strategies__column {
    margin-top: 0;
    border-right: 1px solid rgba(110, 110, 110, .2);
    -ms-flex-positive: 0;
        flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: calc(99.9% * 1/3 - 20px);
        flex-basis: calc(99.9% * 1/3 - 20px);
    max-width: calc(99.9% * 1/3 - 20px);
    width: calc(99.9% * 1/3 - 20px);
    padding: 2.3rem 2.5rem 2.3rem 0
  }

  .featured-strategies__column:last-child {
      border: none;
  }

  .featured-strategies__column:nth-child(1n) {
    margin-right: 30px;
    margin-left: 0
  }

  .featured-strategies__column:nth-child(1n):last-child {
}

  .featured-strategies__column:last-child {
    margin-right: 0
  }

  .featured-strategies__column:last-child:last-child {
}

  .featured-strategies__column:nth-child(3n) {
    margin-right: 0;
    margin-left: auto
  }

  .featured-strategies__column:nth-child(3n):last-child {
}
}

.nt-asset-management {
  padding: 60px 0;
  background-color: #00859b;
}

.nt-asset-management__title {
  color: #fff;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 500;
  letter-spacing: 2.4px;
  letter-spacing: 0.15rem;
  line-height: 26px;
  line-height: 1.625rem;
  text-align: center;
}

.nt-asset-management__intro {
  color: #fff;
  font-size: 17.92px;
  font-size: 1.12rem;
  line-height: 25.6px;
  line-height: 1.6rem;
  margin: 0 auto;
  max-width: 880px;
  padding: 26.88px 0 0;
  padding: 1.68rem 0 0;
  text-align: center;

  .nt-asset-management__intro p {
    margin: 0 0 36.8px 0;
    margin: 0 0 2.3rem 0;
  }
}

.nt-asset-management__intro p {
    margin: 0 0 36.8px 0;
    margin: 0 0 2.3rem 0;
  }

.nt-asset-management__disclaimer__text {
  color: #fff;
    font-size: 17.92px;
    font-size: 1.12rem;
  line-height: 25.6px;
  line-height: 1.6rem;;
  padding: 12.8px 0 0;;
  padding: 0.8rem 0 0;
  text-align: center;
}

.nt-asset-management__img {
  max-width: 446px;
  width: 100%;
}

.nt-asset-management__subheadline p.value {
  color: #fff;
  font-family: 'Equip Slab';
  font-size: 38px;
  font-size: 2.375rem;
  line-height: 38px;
  line-height: 2.375rem;
  padding: 24px 0 0;
  padding: 1.5rem 0 0;
  position: relative;
  text-align: center;
  top: -10px;
}

p.value sup {
  font-family: 'Equip';
  font-size: 16px;
  font-size: 16px;
  font-size: 1rem;
  position: relative;
  top: -10px;
}

.nt-asset-management__subheadline {
  color: #fff;
  font-family: 'Equip Slab';
  font-size: 38px;
  font-size: 2.375rem;
  line-height: 38px;
  line-height: 2.375rem;
  padding: 24px 0 0;
  padding: 1.5rem 0 0;
  position: relative;
  text-align: center;

  .nt-asset-management__subheadline sup {
    font-family: 'Equip';
    font-size: 16px;
    font-size: 1rem;
    position: relative;
    top: -10px;
  }
}

.nt-asset-management__subheadline sup {
    font-family: 'Equip';
    font-size: 16px;
    font-size: 1rem;
    position: relative;
    top: -10px;
  }

.nt-asset-management__subheadline--accent {
  margin: 36.8px auto 0;
  margin: 2.3rem auto 0
}

.nt-asset-management__subheadline--accent::before {
    content: '';
    display: block;
    background-color: #f1c400;
    height: 2px;
    left: 50%;
    margin-left: -15px;
    position: absolute;
    top: 0;
    width: 30px;
}

.nt-asset-management__row {
  border-top: 1px solid rgba(198, 198, 198, .6);
  margin: 30px auto 0;
  padding: 0;
}

.nt-asset-management__column__title {
  color: #fff;
  font-size: 19.008px;
  font-size: 1.188rem;
  letter-spacing: 1.92px;
  letter-spacing: 0.12rem;
  line-height: 19.008px;
  line-height: 1.188rem;
  text-transform: uppercase;
}

.nt-asset-management__column__list {
  list-style: none;
  margin: 0;
  padding: 8px 0 0;
  padding: 0.5rem 0 0;
}

.nt-asset-management__column__title {
  color: #fff;
  font-size: 19.008px;
  font-size: 1.188rem;
  letter-spacing: 1.92px;
  letter-spacing: 0.12rem;
  line-height: 19.008px;
  line-height: 1.188rem;
  text-transform: uppercase;
}

.nt-asset-management__column__list {
  list-style: none;
  margin: 0;
  padding: 8px 0 0;
  padding: 0.5rem 0 0;
}

.nt-asset-management__column__list__item {
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  line-height: 21.168px;
  line-height: 1.323rem;
  padding: 10.88px 0 0;
  padding: 0.68rem 0 0;

  .nt-asset-management__column__list__item sup {
    font-size: 4.8px;
    font-size: 0.3rem;
    position: relative;
    left: 3px;
  }
}

.nt-asset-management__column__list__item sup {
    font-size: 4.8px;
    font-size: 0.3rem;
    position: relative;
    left: 3px;
  }

/* Tablet */

@media screen and (min-width: 768px) {
  .nt-asset-management {
    padding: 60px 0;
  }

  .nt-asset-management__row {
    max-width: 1000px;
    border-top: 1px solid rgba(198, 198, 198, .6);
    margin: 2.6rem auto 0;
    padding: 3.8rem 0 0;
  }

  .nt-asset-management__row:before {
    content: '';
    display: table;
  }

  .nt-asset-management__row:after {
    content: '';
    display: table;
    clear: both;
  }

  .nt-asset-management__column {
    width: calc(99.9% * 1/3 - 20px);
    padding: 0
  }

  .nt-asset-management__column:nth-child(n + 4) {
      margin-top: 4rem;
  }

  .nt-asset-management__column:nth-child(1n) {
    float: left;
    margin-right: 30px;
    clear: none
  }

  .nt-asset-management__column:nth-child(1n):nth-child(n + 4) {
}

  .nt-asset-management__column:last-child {
    margin-right: 0
  }

  .nt-asset-management__column:last-child:nth-child(n + 4) {
}

  .nt-asset-management__column:nth-child(3n) {
    margin-right: 0;
    float: right
  }

  .nt-asset-management__column:nth-child(3n):nth-child(n + 4) {
}

  .nt-asset-management__column:nth-child(3n + 1) {
    clear: both
  }

  .nt-asset-management__column:nth-child(3n + 1):nth-child(n + 4) {
}

  .nt-asset-management__disclaimer {
    max-width: 880px;
    margin: 0 auto;
  }
}

/* Desktop */

@media screen and (min-width: 1024px) {
  .nt-asset-management {
    padding: 100px 0;
  }
}

.download-cta {
  background-color: #00859b;
  background-image: url('../images/download-cta-top-left-graphic.png'),
    url('../images/download-cta-bottom-right-graphic.png');
  background-position: top left, bottom right;
  background-repeat: no-repeat;
  padding: 60px 0;
  color: #fff;
  text-align: center;
}

.download-cta-oneYear-exec {
  background-color: #00859b;
  background-image: url('../images/download-cta-top-left-graphic.png'),
    url('../images/download-cta-bottom-right-graphic.png');
  background-position: top left, bottom right;
  background-repeat: no-repeat;
  padding: 60px 0;
  color: #fff;
  text-align: center;
}

.download-cta .section-header__title {
  max-width: 100%;
}

.download-cta-oneYear-exec  .section-header__title {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .download-cta {
    background-color: #00859b;
    padding: 81px 0 89px;
    color: #fff;
    text-align: center;
  }

  .download-cta-oneYear-exec {
    background-color: #00859b;
    padding: 81px 0 89px;
    color: #fff;
    text-align: center;
  }

  .download-cta .section-header__title {
    max-width: 100%;
  }

  .download-cta-oneYear-exec {
    max-width: 100%;

  }
}

footer {
  background-color: #2c2e2e;
  padding: 30px 0;
  color: #fff;
}

/*.footer__content {
  position: relative;
  max-width: 789px;
  margin: 0 auto;
}*/

/* Tablet */

@media screen and (min-width: 768px) {
  footer {
    padding: 60px 0;
    color: #fff;
  }

  /*  .footer__content {
      position: relative;
      max-width: 789px;
      margin: 0 auto;
  }*/
}

/* Desktop */

@media screen and (min-width: 1024px) {
  footer {
    padding: 90px 0;
  }
}

.footer__links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;

  padding: 50px 0 20px;
}

.footer__link {
  color: #fff;
  margin-right: 0;
  margin-top: 20px;
  text-decoration: none;
  font-size: 0.8em;
  max-width: 250px;
}

.footer__link--arrow {
  position: relative;
  transition: all 0.2s;
}

.footer__link--arrow:after {
  content: '';
  background-image: url('../images/icons/arrow-right--yellow.svg');
  background-position: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  height: 10px;
  width: 15px;
  position: absolute;
  top: 50%;
  right: -15px;
  transform: translateY(-50%);
  transition: all 0.2s;
}

.footer-link-arrow-header:after {
  right: -18px !important;
}

.footer-link-arrow-header:hover:after {
  right: -21px !important;
  background-position: 50%;
}

.footer__link--arrow:hover:after {
  right: -20px;
  background-position: 50%;
}

@media screen and (min-width: 768px) {
  .footer__links {
    padding: 50px 0 20px 40px;
  }

  .footer__link {
    font-size: 1em;
    max-width: 500px;
  }
}

@media screen and (min-width: 1000px) {
  .footer__links {
    -ms-flex-direction: row;
        flex-direction: row;
  }

  .footer__link {
    margin-top: 0;
    margin-right: 55px;
    max-width: none;
  }
}

.footer__logo {
  width: 210px;
  height: 48px;
  margin-left: 0;
}

/* Tablet */

@media screen and (min-width: 768px) {
}

/* Desktop */

@media screen and (min-width: 1024px) {
}

.footer-social {
  padding: 30px 0 0;
}

.footer-social__link {
  display: inline-block;
  margin: 0 10px 0;
  margin-top: 6px;
  vertical-align: middle;

  .footer-social__link img {
    border: none;
  }
}

.footer-social__link img {
    border: none;
  }

@media screen and (min-width: 768px) {
  
  .footer-social {
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
  }

  .footer-social__link {
    display: inline-block;
    margin: 6px 0 0 28px;
    vertical-align: middle;
  } 
}

.header-social {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
}

.header-social__link {
  display: inline-block;
  margin-left: 5px;
  margin-top: 6px;
}

@media screen and (min-width: 768px) {

  .header-social {
    display: block;
    width: auto;
  }

  .header-social--fixed {
    display: none;
  }

  .header-social__link {
    margin-left: 28px;
    margin-top: 6px;
  }

    .header-social__link img {
      border: none;
    }
}

@media screen and (min-width: 925px) {

  .header-social--fixed {
    display: block;
    right: 395px;
    top: 9px;
  }
}

.disclaimer {
  padding-top: 30px;
  padding-left: 0;
}

.disclaimer--matrices {
  padding-bottom: 50px;
}

/**********/

/* @todo uncomment when given client approval */

.disclaimer .products {
  display: none;
}

.products-page .disclaimer .products {
  display: block;
}

/* show and hide certain content from the disclaimer on aus-asia products */

body.region-australia-newzealand .products-all,
body.region-asia .products-all {
  display: none;
}

.footer-disclosure-1-aus {
  display:none;
}

body.region-australia-newzealand .footer-disclosure-1-aus,
body.region-asia .footer-disclosure-1-aus {
  display: block;
}

body.region-australia-newzealand .footer-disclosure-1-all,
body.region-asia .footer-disclosure-1-all {
  display: none;
}

body.region-australia-newzealand .footer-disclosure-2-all,
body.region-asia .footer-disclosure-2-all {
  display: none;
}

/*************************/

.disclaimer__header {
  color: #fff;
  margin: 0 0 10.4px 0;
  margin: 0 0 0.65rem 0;
}

.disclaimer__copy {
  margin-top: 0;
  font-size: 12.4px;
  font-size: 0.775rem;
  font-weight: 300;
  white-space: pre-line;

  .disclaimer__copy a {
    color: #fff;
  }
}

.disclaimer__copy a {
    color: #fff;
  }

.disclaimer__copy p {
  margin: 0 0 10.4px 0;
  margin: 0 0 0.65rem 0;
  line-height: 20px;
  line-height: 1.25rem;
}

.disclaimer__copy--matrices {
  font-size: 0.875em;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  color: rgba(0, 0, 0, .6);

  .disclaimer__copy--matrices a {
    color: rgba(0, 0, 0, .6);
  }
}

.disclaimer__copy--matrices a {
    color: rgba(0, 0, 0, .6);
  }

.disclaimer__copy hr {
  border-style: solid;
  border-bottom: none;
  opacity: 0.2;
}

.disclaimer-templates {
  display: none;
}

@media screen and (min-width: 768px) {
  .disclaimer {
    padding-left: 40px;
  }
  .disclaimer__copy {
    font-size: 0.875rem;
  }

  .disclaimer__copy--matrices {
    font-size: 0.775em;
    color: rgba(0, 0, 0, .6);
  }

    .disclaimer__copy--matrices a {
      color: rgba(0, 0, 0, .6);
    }

  .disclaimer__copy hr {
    border-style: solid;
    border-bottom: none;
    opacity: 0.2;
  }

  .disclaimer-templates {
    display: none;
  }
}

/* Header */

.header__text__title {
	visibility: hidden;
}

.header__text__title {
	visibility: hidden;
}

.header__text__subtitle {
	visibility: hidden;
}

.header .section-header {
	visibility: hidden;
}

.header .section-header__title {
	visibility: hidden;
}

.header .section-header__description {
	visibility: hidden;
}

.header .section-header {
	visibility: hidden;
}

.header .button-cma {
	visibility: hidden;
}

.header__video__inner {
	visibility: hidden;
}

.oneYearmarketscapeVideo {
	border: 10px solid rgba(255, 255, 255, 1);
}

.oneyear-video-container {
    border: 10px solid rgba(255, 255, 255, 1) !important;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
    margin-top: 40px;
}

/* Themes */

.themes .section-header {
	visibility: hidden;
}

.themes .section-header__title {
	visibility: hidden;
}

.themes .section-header__description {
	visibility: hidden;
}

.themes__list-item {
	visibility: hidden;
}

/* More Themes */

.more-themes .section-header {
	visibility: hidden;
}

.more-themes .section-header__title {
	visibility: hidden;
}

.more-themes .section-header__description {
	visibility: hidden;
}

.more-themes .theme-article {
	visibility: hidden;
}

/* Asset Classes */

.asset-classes {
	//visibility: hidden;
}

.asset-classes .section-header {
	visibility: hidden;
}

.asset-classes .section-header__title {
	visibility: hidden;
}

.asset-classes .section-header__description {
	visibility: hidden;
}

.asset-class__tab {
	visibility: hidden;
}

.asset-class__outlook__headline {
	visibility: hidden;
}

.asset-class__outlook__description {
	visibility: hidden;
}

.asset-class__outlook__video {
	visibility: hidden;
}

.class__outlook__rationale__header {
	visibility: hidden;
}

.asset-classes .button-cma {
	visibility: hidden;
}

/* More Asset Clases */

.more-asset-classes {
	visibility: hidden;
}

/* Reusable Article Container */

/*.reusable-article-container {
	visibility: hidden;
}*/

/* Product Module */

.portfolios-module {
	//visibility: hidden;
}

.portfolios-module__product {
	visibility: hidden;
}

.portfolios-module__header__title {
	visibility: hidden;
}

.portfolios-module__header__subtitle {
	visibility: hidden;
}

.portfolios-module__header__description {
	visibility: hidden;
}

/* Product CTA */

.product-cta__copy__headline {
	visibility: hidden;
}

.product-cta__copy__description {
	visibility: hidden;
}

.product-cta__button {
	visibility: hidden;
}

/* Contributors */

.contributors__intro {
	visibility: hidden;
}

.contributors__list__header {
	visibility: hidden;
}

.contributor {
	visibility: hidden;
}

/* Download CTA */

.download-cta {
	//visibility: hidden;
}

.download-cta .section-header {
	visibility: hidden;
}

.download-cta .section-header__title {
	visibility: hidden;
}

.download-cta .section-header__description {
	visibility: hidden;
}

.download-cta .button-cma {
	visibility: hidden;
}

/* Products page */

/* Products selector */

.product-selector__label {
	visibility: hidden;
}

.product-selector__dropdown {
	visibility: hidden;
}

.product-selector__tabs {
	visibility: hidden;
}

.product-selector__tab {
	visibility: hidden;
}

.product-selector__headline {
	visibility: hidden;
}

.product-selector__description {
	visibility: hidden;
}

.product-selector__button {
	visibility: hidden;
}

/* Product Content */

.product-header__title {
	visibility: hidden;
}

.product-content .product-header__title {
	visibility: hidden;
}

.product-content .product-header__description {
	visibility: hidden;
}

.product-content .featured-strategies__column {
	visibility: hidden;
}

.product-content .equity__management-styles {
	visibility: hidden;
}

.product-content .equity__footnote {
	visibility: hidden;
}

.product-content .product-table {
	visibility: hidden;
}

.product-content .fixed-income__chart__management-styles {
	visibility: hidden;
}

.product-content .fixed-income__chart__fixed-income-capabilities {
	visibility: hidden;
}

.product-content .cash-liquidity-solutions__column {
	visibility: hidden;
}

.product-content .cash-liquidity-solutions__column {
	visibility: hidden;
}

.product-content .real-assets__column {
	visibility: hidden;
}

.product-content .real-assets__column {
	visibility: hidden;
}

.exhibit-outlook-table {
}

.contributors {
  padding: 60px 0;
  /*background-image: url('../images/contributors-background.png');*/
  /*background-position: top left;*/
  /*background-repeat: no-repeat;*/
}

.contributors__intro {
  font-weight: 300;
  max-width: 800px;
  line-height: 1.375em;
}

.contributors__list__header {
  color: #00859b;
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 30px;
}

.contributors__list:before {
  content: '';
  display: table;
}

.contributors__list:after {
  content: '';
  display: table;
  clear: both;
}

.contributor {
  width: calc(99.9% * 1/2 - 15px);
  font-size: 13px;
  font-size: 0.8125rem;
  margin-top: 30px;
  font-weight: 300;
  line-height: 1.538462em;
}

.contributor:nth-child(1n) {
  float: left;
  margin-right: 30px;
  clear: none;
}

.contributor:last-child {
  margin-right: 0;
}

.contributor:nth-child(2n) {
  margin-right: 0;
  float: right;
}

.contributor:nth-child(2n + 1) {
  clear: both;
}

.contributor__name {
  font-weight: 500;
}

/* Tablet */

@media screen and (min-width: 768px) {
  .contributors {
    padding: 100px 0 120px;
    /*background-image: url('../images/contributors-background.png');*/
    /*background-position: top left;*/
    /*background-repeat: no-repeat;*/
  }

  .contributors__intro {
    font-weight: 300;
    max-width: 800px;
    line-height: 1.375em;
  }

  .contributors__list__header {
    color: #00859b;
    font-size: 0.875rem;
    margin-top: 50px;
  }

  .contributors__list:before {
    content: '';
    display: table;
  }

  .contributors__list:after {
    content: '';
    display: table;
    clear: both;
  }

  .contributor {
    width: calc(99.9% * 1/3 - 20px);
    font-size: 0.8125rem;
    margin-top: 40px;
    font-weight: 300;
    line-height: 1.538462em;
  }

  .contributor:nth-child(1n) {
    float: left;
    margin-right: 30px;
    clear: none;
  }

  .contributor:last-child {
    margin-right: 0;
  }

  .contributor:nth-child(3n) {
    margin-right: 0;
    float: right;
  }

  .contributor:nth-child(3n + 1) {
    clear: both;
  }

  .contributor__name {
    font-weight: 500;
  }
}

/* Desktop */

@media screen and (min-width: 1024px) {
  .contributors {
    padding: 100px 0 120px;
    /*background-image: url('../images/contributors-background.png');*/
    /*background-position: top left;*/
    /*background-repeat: no-repeat;*/
  }

  .contributors__intro {
    font-weight: 300;
    max-width: 800px;
    line-height: 1.375em;
  }

  .contributors__list__header {
    color: #00859b;
    font-size: 0.875rem;
    margin-top: 50px;
  }

  .contributors__list:before {
    content: '';
    display: table;
  }

  .contributors__list:after {
    content: '';
    display: table;
    clear: both;
  }

  .contributor {
    width: calc(99.9% * 1/5 - 24px);
    font-size: 0.8125rem;
    margin-top: 40px;
    font-weight: 300;
    line-height: 1.538462em;
  }

  .contributor:nth-child(1n) {
    float: left;
    margin-right: 30px;
    clear: none;
  }

  .contributor:last-child {
    margin-right: 0;
  }

  .contributor:nth-child(5n) {
    margin-right: 0;
    float: right;
  }

  .contributor:nth-child(5n + 1) {
    clear: both;
  }

  .contributor__name {
    font-weight: 500;
  }
}

.fixed-nav .oneYearExec {
  padding-top: 15px !important;
}

@media screen and (max-width: 1165px) {
  .fixed-nav .oneYearExec {
    padding-top: 15px !important;
  }
}

@media screen and (min-width: 702px) and (max-width: 767px) {
  .fixed-nav .oneYearExec {
    padding-top: 20px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 833px) {
  .fixed-nav .oneYearExec {
    padding-top: 10px !important;
  }
}

@media screen and (min-width: 450px) and (max-width: 701px) {
  .fixed-nav .oneYearExec {
    padding-top: 18px !important;
  }
}

@media screen and (max-width: 359px) {
  .fixed-nav .oneYearExec {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
}

@media screen and (max-width: 359px) {
  .fixed-nav .fiveYearExec {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
}

.fixed-nav .fiveYearExec {
  padding-top: 20px !important;
}

@media screen and (max-width: 449px) {
  .fixed-nav .fiveYearExec {
    padding-top: 15px !important;
  }
}

.fixed-nav {
  display: none;
  position: fixed;
  width: 100%;
  background-color: #00859b;
  background-image: url('../images/header-background.png');
  background-position: top left;
  background-repeat: no-repeat;
  padding: 21px 0;
  top: 0;
  z-index: 10;
  transition: opacity 0.2s;
  opacity: 0;
  pointer-events: none;
}

.fixed-nav .button-cma {
  margin-top: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  height: 56px;
  padding: 0 2em;
  /* padding-top: 20px; */
  /* line-height: 56px; */
  width: 30%;
  text-align: center;
}

@media screen and (max-width: 1165px) {
  .fixed-nav .button-cma {
    width: 30%;
  }

  .fixed-nav .fiveYearExec {
    padding-top: 15px !important;
  }
}

@media screen and (min-width: 450px) and (max-width: 767px) {
  .fixed-nav .fiveYearExec {
    padding-top: 20px !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 833px) {
  .fixed-nav .fiveYearExec {
    padding-top: 10px !important;
  }
}

/* @media screen and (min-width: 634px) and (max-width: 767px) {
  .fixed-nav .fiveYearExec {
    padding-top: 20px !important;
  }
} */

@media screen and (max-width: 768px) {
  .fixed-nav .button-cma {
    width: 40% !important;
    padding-top: 20px;
  }
}

@media screen and (max-width: 450px) {
  .fixed-nav .button-cma {
    /* width: 40% !important; */
    padding-top: 15px;
    transform: translate(20%, -50%) !important;
  }
}

@media screen and (min-width: 371px) and (max-width: 450px) {
  .fixed-nav .button-cma {
    /* width: 40% !important; */
    padding-top: 15px;
    transform: translate(10%, -50%) !important;
  }
}

@media screen and (max-width: 370px) {
  .fixed-nav .button-cma {
    width: 30% !important;
  }
}

.oneYearHeaderButton {
  width: 30% !important;
  padding-top: 12px !important;
  transform: translate(8%, -50%) !important;

}

@media screen and (max-width: 1168px) {
  .oneYearHeaderButton {
    width: 30% !important;
    padding-top: 10px !important;
  } 
}

@media screen and (min-width: 768px) {
  .fixed-nav {
    display: block;
    position: fixed;
    width: 100%;
    background-color: #00859b;
    background-image: url('../images/header-background.png');
    background-position: top left;
    background-repeat: no-repeat;
    top: 0;
    z-index: 10;
    transition: opacity 0.2s;
    opacity: 0;
    pointer-events: none;
  }

  .fixed-nav .button-cma {
    margin-top: 0;
    position: absolute;
    right: 0;
    height: 56px;
    /* line-height: 56px; */
    padding: 0 2em;
  }
}

.download-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #00859b;
  background-image: url('../images/download-modal-background.png');
  background-position: bottom left;
  background-repeat: no-repeat;
  z-index: 11;
  display: none;
  opacity: 0;
  transition: opacity 0.333s;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.row.center-columns {
  -ms-flex-pack: center;
      justify-content: center;
}

.download-modal.show {
  opacity: 1;
}

.download-modal__close {
  cursor: pointer;
  height: 30px;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 30px;
}

.download-modal__content {
  max-width: 1440px;
  margin: 0 auto;
  padding: 60px 15px;
}

.download-modal__content:before {
  content: '';
  display: table;
}

.download-modal__content:after {
  content: '';
  display: table;
  clear: both;
}

.download-modal__copy {
  color: #fff;
}

.download-modal__copy.success-message {
  transition: opacity .5s linear;
  opacity: 0;
}

.download-modal__copy.success-message.show {
  opacity: 1;
}

.download-modal__copy__icon {
  display: block;
  height: 100px;
  margin: 0 auto;
  width: 100px;
}

.download-modal__copy__message {
  color: #fff;
  font-size: 28px;
  font-size: 1.75rem;
  letter-spacing: 4.16px;
  letter-spacing: 0.26rem;
  line-height: 28px;
  line-height: 1.75rem;
  padding: 16px 0 0;
  padding: 1rem 0 0;
  text-align: center;
  text-transform: uppercase;
}

.download-modal__copy p {
  max-width: 400px;
  margin: 16px auto;
  margin: 1rem auto;
  text-align: center;
}

.download-modal__form {
  padding: 60px 0 0;
}

.sg-error-message {
  display: none;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  line-height: 22px;
  line-height: 1.375rem;
  padding: 32px 0 0;
  padding: 2rem 0 0;
}

.sg-header {
  height: 0;
}

.download-modal__form__headline {
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 3.552px;
  letter-spacing: 0.222rem;
  line-height: 26.4px;
  line-height: 1.65rem;
  font-weight: 500;
  text-transform: uppercase;
  width: 75%;
}

.download-modal__form__description {
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  line-height: 22px;
  line-height: 1.375rem;
  padding: 20px 0 0;
  max-width: 500px;
}

.downlod-modal__form__field-error {
  display: none;
}

.download-modal__form__form {
  padding: 0;
}

.sg-question-title {
  margin: 12.8px 0 0;
  margin: 0.8rem 0 0;

  .sg-question-title label {
    color: #fff;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 14px;
    line-height: 0.875rem;
    text-transform: uppercase;
  }
}

.sg-question-title label {
    color: #fff;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 14px;
    line-height: 0.875rem;
    text-transform: uppercase;
  }

.sg-question-options {
  color: #fff;
  margin: 4px 0 0;
  margin: 0.25rem 0 0;
  max-width: 487px;
  width: 100%;

  .sg-question-options input,
  .sg-question-options select {
    -moz-appearance: none;
         appearance: none;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 0;
    color: #fff;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 500;
    height: 60px;
    line-height: 16px 16px 0;
    line-height: 1rem 1rem 0;
    padding: 16px;
    padding: 1rem;
    width: 100%;
  }
}

.sg-question-options input,
  .sg-question-options select {
    -moz-appearance: none;
         appearance: none;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 0;
    color: #fff;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 500;
    height: 60px;
    line-height: 16px 16px 0;
    line-height: 1rem 1rem 0;
    padding: 16px;
    padding: 1rem;
    width: 100%;
  }

.sg-question-options.required-message::after {
    color: #f1c400;
    content: 'This field is required.';
    display: block;
    font-size: 16px;
    font-size: 1rem;
    padding: 8px 0;
    padding: 0.5rem 0;
}

.sg-question-options.valid-message::after {
    color: #f1c400;
    content: 'A valid email is required.';
    display: block;
    font-size: 16px;
    font-size: 1rem;
    padding: 8px 0;
    padding: 0.5rem 0;
}

.download-modal__form__type__option {
  color: #000;
}

.sg-question-options--dropdown {
  position: relative
}

.sg-question-options--dropdown:before {
    content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNy4yMiA5LjMyIj48dGl0bGU+aW52ZXN0b3ItZHJvcGRvd24tYXJyb3c8L3RpdGxlPjxwb2x5bGluZSBwb2ludHM9IjAuMzUgMC4zNSA4LjYxIDguNjEgMTYuODcgMC4zNSIgc3R5bGU9ImZpbGw6bm9uZTtzdHJva2U6I2ZmZjtzdHJva2UtbWl0ZXJsaW1pdDoxMCIvPjwvc3ZnPg==);
    display: block;
    height: 8px;
    right: 30px;
    top: 30.4px;
    top: 1.9rem;
    margin-top: -11px;
    position: absolute;
    width: 16px;
}

.sg-progress-bar {
  display: none;
}

.download-title-copy {
  display: none;
}

.download-body-copy {
  display: none;
}

.oneyear-body-copy {
  display: none;
}

.button--direct-download-full-report {
  display: none;
}

.download-modal__form__description.returning-user,
.download-modal.returning-user .download-modal__form__description.new-user {
  display: none
}

.download-modal.returning-user .download-modal__form__description.returning-user {
  display: block;
}

#form-target {
  display: none;
}

/* MARKETO FORM */

.mktoForm {
  font-family: 'Equip', sans-serif !important;
  font-size: 1em !important;
  padding: 0 !important;
  padding-top: 16px !important;
  padding-top: 1rem !important;
  width: 100% !important;
}

.mktoForm .mktoFormRow {
  margin-top: 25px;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  line-height: 22px;
  line-height: 1.375rem;
  /* this is to offset the position absolute validation msg that comes below input */
}

.mktoForm .mktoFormRow:first-child {
  margin-top: 0;
  /* this is to offset the position absolute validation msg that comes below input */
}

.mktoForm .mktoFormCol {
  width: 100% !important;
}

.mktoForm .mktoLabel {
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500 !important;
  line-height: 14px;
  line-height: 0.875rem;
  margin: 12.8px 0 0;
  margin: 0.8rem 0 0;
  text-transform: uppercase;
  padding: 0 !important;
  width: auto !important;
}

.mktoForm .mktoField {
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 0;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  height: 60px !important;
  line-height: 16px 16px 0;
  line-height: 1rem 1rem 0;
  padding: 16px !important;
  padding: 1rem !important;
  width: 100% !important;
  margin: 4px 0 0 !important;
  margin: 0.25rem 0 0 !important;
}

.mktoForm select.mktoField {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNy4yMiA5LjMyIj48dGl0bGU+aW52ZXN0b3ItZHJvcGRvd24tYXJyb3c8L3RpdGxlPjxwb2x5bGluZSBwb2ludHM9IjAuMzUgMC4zNSA4LjYxIDguNjEgMTYuODcgMC4zNSIgc3R5bGU9ImZpbGw6bm9uZTtzdHJva2U6I2ZmZjtzdHJva2UtbWl0ZXJsaW1pdDoxMCIvPjwvc3ZnPg==);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: 95%;
  /* to the right */
}

.mktoForm select option {
  color: black;
}

#mktoForm select::-ms-expand {
  display: none !important;
}

.mktoForm .mktoFieldWrap {
  float: none !important;
  max-width: 487px;
}

.mktoForm .mktoButtonRow {
  max-width: 487px;
}

.mktoForm .mktoButtonRow {
  display: block;
}

.mktoForm .mktoButtonWrap {
  margin-left: 0 !important;
}

.mktoForm .mktoButton {
  border-radius: 0;
  padding: 1.785em 2.714em 1.7em !important;
  background-color: #fff !important;
  text-decoration: none;
  color: #000 !important;
  cursor: pointer;
  text-transform: uppercase;
  transition: background 200ms ease-in-out;
  /*font-size: 0.65rem !important;*/
  font-size: 14px !important;
  height: 60px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1em;
  white-space: nowrap;
  display: block;
  margin: 30px auto 0 !important;
  text-align: center;
  background-image: none !important;
  background-repeat: no-repeat;
  background-position: 230px center;
  border: 0 !important;
  -moz-appearance: none;
       appearance: none;
}

.mktoForm .mktoButton:hover {
  background-color: #f1c400 !important;
  color: #fff !important;
}

.mktoAsterix {
  /*display: none !important;*/
  color: #fff !important;
}

.mktoOffset {
  display: none !important;
}

.mktoGutter {
  display: none !important;
}

.mktoHtmlText.mktoHasWidth {
  width:auto !important;
}

.mktoForm strong {
  padding: 0 !important;
  font-weight: 400 !important;
}

.mktoForm .mktoError {
  left: 0 !important;
}

.mktoForm .mktoError .mktoErrorMsg {
  color: #f1c400 !important;
  padding-left: 0 !important;
  background: none !important;
  border: none !important;
  text-shadow: none !important;
  box-shadow: none !important;
  margin: 0 !important;
  padding: 8px 0 !important;
  padding: 0.5rem 0 !important;
}

.mktoForm .mktoError .mktoErrorArrowWrap {
  display: none !important;
}

/* this is the 2nd line of email validation msg
   don't need to show user example of a correct email address */

.mktoForm .mktoError .mktoErrorMsg .mktoErrorDetail {
  display: none !important;
}

/* Allow the form to disappear when complete */

.download-modal__form {
  transition: opacity 1.5s linear, height 1s ease-out;
  opacity: 1;
  height: 100vh;
  overflow: visible;
}

.download-modal__form.complete {
  opacity: 0;
  height: 10vh;
  overflow: hidden;
}

.mktoForm a {
  color: white;
}

.hideText {
  display: none;
  visibility: hidden;
}

@media screen and (min-width: 768px) {

  .sg-question-options.valid-message::after {
      color: #f1c400;
      content: 'A valid email is required.';
      display: block;
      font-size: 1rem;
      padding: 0.5rem 0;
  }
  .download-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #00859b;
    background-image: url('../images/download-modal-background.png');
    background-position: bottom left;
    background-repeat: no-repeat;
    z-index: 11;
    display: none;
    opacity: 0;
    transition: opacity 0.333s;
    overflow-y: scroll;
  }

  .download-modal__close {
    cursor: pointer;
    height: 40px;
    position: fixed;
    right: 40px;
    top: 40px;
    width: 40px;
  }

  .download-modal__content {
    max-width: 1440px;
    margin: 0 auto;
    padding: 88px;
  }

  .download-modal__content:before {
    content: '';
    display: table;
  }

  .download-modal__content:after {
    content: '';
    display: table;
    clear: both;
  }

  .download-modal__copy {
    width: calc(99.9% * 1/2 - 15px);
    padding: 200px 0 0;
  }

  .download-modal__copy:nth-child(1n) {
    float: left;
    margin-right: 30px;
    clear: none;
  }

  .download-modal__copy:last-child {
    margin-right: 0;
  }

  .download-modal__copy:nth-child(2n) {
    margin-right: 0;
    float: right;
  }

  .download-modal__copy:nth-child(2n + 1) {
    clear: both;
  }

  .download-modal__copy__icon {
    display: block;
    height: 186px;
    margin: 0 auto;
    width: 186px;
  }

  .download-modal__copy__message {
    color: #fff;
    font-size: 1.75rem;
    letter-spacing: 0.26rem;
    line-height: 1.75rem;
    padding: 5rem 0 0;
    text-align: center;
    text-transform: uppercase;
  }

  .download-modal__form {
    width: calc(99.9% * 1/2 - 15px);
  }

  .download-modal__form:nth-child(1n) {
    float: left;
    margin-right: 30px;
    clear: none;
  }

  .download-modal__form:last-child {
    margin-right: 0;
  }

  .download-modal__form:nth-child(2n) {
    margin-right: 0;
    float: right;
  }

  .download-modal__form:nth-child(2n + 1) {
    clear: both;
  }

  .sg-error-message {
    display: none;
    color: #fff;
    font-size: 1rem;
    line-height: 1.375rem;
    padding: 2rem 0 0;
  }

  .download-modal__form__headline {
    color: #fff;
    font-size: 1.25rem;
    letter-spacing: 0.222rem;
    line-height: 1.25rem;
    font-weight: 500;
    text-transform: uppercase;
  }

  .download-modal__form__description {
    color: #fff;
    font-size: 1rem;
    line-height: 1.375rem;
    padding: 1rem 0 0;
    max-width: 500px;
  }

  .downlod-modal__form__field-error {
    display: none;
  }

  .download-modal__form__form {
    padding: 1.3rem 0 0;
  }

  .sg-question-title {
    margin: 0.8rem 0 0;
  }

    .sg-question-title label {
      color: #fff;
      font-size: 14px;
      font-size: 0.875rem;
      font-weight: 500;
      line-height: 14px;
      line-height: 0.875rem;
      text-transform: uppercase;
    }

  .sg-question-options {
    color: #fff;
    margin: 0.25rem 0 0;
    max-width: 487px;
    width: 100%;
  }

    .sg-question-options input,
    .sg-question-options select {
      -moz-appearance: none;
           appearance: none;
      background: transparent;
      border: 1px solid #fff;
      border-radius: 0;
      color: #fff;
      font-size: 16px;
      font-size: 1rem;
      font-weight: 500;
      height: 60px;
      line-height: 16px 16px 0;
      line-height: 1rem 1rem 0;
      padding: 16px;
      padding: 1rem;
      width: 100%;
    }

  .sg-question-options.required-message::after {
      color: #f1c400;
      content: 'This field is required.';
      display: block;
      font-size: 1rem;
      padding: 0.5rem 0;
  }

  .sg-question-options--dropdown {
    position: relative
  }

  .sg-question-options--dropdown:before {
      content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNy4yMiA5LjMyIj48dGl0bGU+aW52ZXN0b3ItZHJvcGRvd24tYXJyb3c8L3RpdGxlPjxwb2x5bGluZSBwb2ludHM9IjAuMzUgMC4zNSA4LjYxIDguNjEgMTYuODcgMC4zNSIgc3R5bGU9ImZpbGw6bm9uZTtzdHJva2U6I2ZmZjtzdHJva2UtbWl0ZXJsaW1pdDoxMCIvPjwvc3ZnPg==);
      display: block;
      height: 8px;
      right: 30px;
      top: 1.9rem;
      margin-top: -11px;
      position: absolute;
      width: 16px;
  }

  .sg-progress-bar {
    display: none;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {

  /* IE10+ CSS styles go here */
  /* Fixes drop-down arrow and select color */

      .sg-question-options select option {
        color: #000;
      }
    .sg-question-options select::-ms-expand {
        display: none;
  }
}

.tooltip {
  position: absolute;
  background-color: #ffffff;
  border: 1px solid rgba(0, 143, 161, .5);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s;
  bottom: calc(100% + 0.5em);
  margin-left: -15px;
  padding: 20px;
  text-align: center;
  font-size: 14px;
  line-height: normal;
  line-height: initial;
  width: 150px;
  letter-spacing: normal;
  letter-spacing: initial;
}

.tooltip__description {
  font-weight: bold;
}

.tooltip__description::after {
  display: block;
  content: '';
  font-size: 0;
  width: 20px;
  height: 1px;
  background-color: #f1c400;
  margin: 15px auto 0;
}

.tooltip::before {
  position: absolute;
  display: block;
  content: '';
  font-size: 0px;
  line-height: 0%;
  width: 0px;
  border-top: 15px solid rgba(0, 143, 161, .5);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  top: calc(100% + 1px);
}

.tooltip::after {
  position: absolute;
  display: block;
  content: '';
  font-size: 0px;
  line-height: 0%;
  width: 0px;
  border-top: 15px solid #fff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  top: calc(100% - 1px);
}

.tooltip-parent {
  position: relative;
  cursor: pointer;
}

#textUnderline {
  text-decoration: underline !important;
}

.tooltip-parent:hover .tooltip {
  opacity: 1;
}

.oneyear .exhibit-outlook-table-wrap.is-visible {
  overflow: visible;
}

.fourohfour {
  background-color: #00859b;
  color: #fff;
}

.fourohfour .content {
  padding-top: 43px;
}

.fourohfour__wrap {
  text-align: center;
  padding: 100px 0;
}

.fourohfour__wrap p {
  font-size: 24px;
  font-size: 1.5rem;
}

.fourohfour__wrap a {
  margin-top: 32px;
  margin-top: 2rem;
}

/* css for skip to main content */

a#stmc {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    z-index: 1;
    margin: 5px;
    padding: 3px;
    background: white;
    text-decoration: none;
    color: black;
}

a#stmc:focus {
    opacity: 1;
	z-index: 100;
}

/** Accessibility screen reader only class **/

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}

.accessibility-h4Matrices {
    margin-block-start: 1.33em !important;
    margin-block-end: 1.33em !important;
    margin-inline-start: 0px !important;
    margin-inline-end: 0px !important;
	font-size: 16px !important;
    margin: 0 !important;
    font-weight: 500 !important;
}

.accessibility-h4 {
    margin-block-start: 1.33em !important;
    margin-block-end: 1.33em !important;
    margin-inline-start: 0px !important;
    margin-inline-end: 0px !important;
	font-size: 16px !important;
	font-size: 1rem !important;
    font-weight: 300 !important;
}

.accessibility-h4col-f1c400 {
	color: #f1c400;
	font-weight: 500 !important;
	margin-bottom: 0 !important;
}

abbr {
    text-decoration: none;
	color: inherit !important;
}

.nt-asset-management__subheadline sup a{
    font-family: 'Equip';
    font-size: 16px;
    font-size: 16px;
    font-size: 1rem;
    position: relative;
	color: inherit;
	text-decoration:none;
}

.nt-asset-management__disclaimer__text sup a{    
    color:  inherit;
    text-decoration: none;
}

.equities-chart-desktop {
  width: 100%;
}

@media screen and (min-width: 1025px) {
  .equities-chart-desktop2 {
    display: none;
  }

  .equitiesDisclaimer {
    margin-top: 40px;
  }
}

@media screen and (max-width: 1024px) { 
  .equities-chart-desktop {
      display: none;
  }

  .equities-chart-desktop2 {
    overflow: scroll;
  }

  .equities-chart-desktop2 img {
    width: 1000px; 
  }

  .equitiesDisclaimer {
    margin-top: 40px;
  }

}

.charts__container {
  width: 100%;
  position: relative;
  margin-bottom: 0;

  /*  @media only screen and (min-width: 1024px) {
    margin-bottom: 80px;
  }*/
}

.charts__main__title {
  font-size: 16px;
  font-family: 'Equip', sans-serif;
  letter-spacing: 2.5px;
  letter-spacing: 0.15625rem;
  text-transform: uppercase;
  color: #f1c400;
  font-weight: 500;

}

.charts__description {
  font-size: 16px;
  font-size: 1rem;
  color: #f1c400;
  margin-bottom: 26px;
  font-weight: 380;
}

.charts__legend {

  margin-top: -35px;
  margin-bottom: 20px;

  font-size: 12px;
  line-height: 22px;

  .charts__legend span {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: 5px;
  }
}

.charts__legend span {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: 5px;
  }

@media only screen and (min-width: 1024px) {

  .charts__legend {
    /*    position: absolute;
    top: 0;
    right: 0;
    text-align: right;
    margin-top: 0;
    margin-bottom: 0;
*/
  }
  }

.charts__title {
  margin-bottom: 50px;
}

.charts__disclaimer {
  font-size: 1em;
  line-height: 24px;
  line-height: 1.5rem;
  font-weight: 200;
  position: relative;
  bottom: 40px;
  /* margin-bottom: 10px; */
  opacity: 0.6;
}

.charts__chart {
  position: relative;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  margin-left: 0;
  margin-right: 0;
  -ms-overflow-style: -ms-autohiding-scrollbar
}

@media only screen and (min-width: 1024px) {

  .charts__chart {
    margin: 0;
  }
  }

.charts__chart > div {
    min-width: 1024px;
}

.charts__chart__alternatives {
  position: relative;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  margin-left: 0;
  margin-right: 0;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow: hidden

}

@media only screen and (min-width: 1024px) {

  .charts__chart__alternatives {
    margin: 0;
  }
  }

.charts__chart__label1 {
  position: absolute;
  left: 90px;
  bottom: 45px;
  text-transform: uppercase;
  color: #fff;
  font-size: 12px;
}

.charts__chart__label2 {
  position: absolute;
  left: 90px;
  bottom: 115px;
  text-transform: uppercase;
  color: #6e6e6e;
  font-size: 12px;
}

.charts__chart__label1,
.charts__chart__label2 {
  display: none
}

@media only screen and (min-width: 1024px) {

  .charts__chart__label1,
.charts__chart__label2 {
    display: block;
  }
  }

.charts__container .amcharts-graph-stroke {
  stroke-dasharray: 500%;
  stroke-dashoffset: 500%;
}

.charts__container .animating .amcharts-graph-stroke {
  animation: css-effect 6s ease-out forwards;
}

.chart__svg:before {
  content: '';
  display: table;
}

.chart__svg:after {
  content: '';
  display: table;
  clear: both;
}

.chart__svg__copy {
}

.chart__svg svg {
  position: relative;
  width: calc(100% + 200px) !important; // overwrite inline
  display: inline-block;
  height: auto !important;
  margin: 0;
}

.chart__svg img {
  position: relative;
  /* width: calc(100% + 200px) !important; overwrite inline */
  width: 150% !important;
  /*width: 100%;*/
  display: inline-block;
  height: auto !important;
  margin: 0;
  right: 50px;
  bottom: 50px;
}

.chart__svg__mobile {
  width: 120%;
  position: relative;
  /*overflow-x: scroll;*/
  /*overflow-y: hidden;*/
  left: 10px;
}

.chart__svg__mobile-chart {
  width: 100%;
  position: relative;
  /*overflow-x: scroll;*/
  -webkit-overflow-scrolling: touch;
  overflow-y: hidden;
}

.chart__svg__mobile-chart::-webkit-scrollbar {
  -webkit-appearance: none;
  height: 7px;
}

.chart__svg__mobile-chart::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, .5);
  box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}

.chart__svg__mobile-legend {
  margin-bottom: 40px;
  max-width: 75%;
}

.chart__svg__desktop {
  display: none;
}

.oneyear .amcharts-value-axis g:first-child {
  display: none;
}

.oneyear .amcharts-category-axis path {
  display: none;
}

.chart__svg__deskop--fixed-income {
  display: block;
}

/* Tablet */

@media screen and (min-width: 768px) {
  .chart__svg__mobile {
    display: none;
  }

  .chart__svg__desktop {
    display: block;
  }

  .chart__svg__desktop-chart {
    position: relative;
    /* margin-bottom: 50px; */
    right: 35px;
    /* bottom: 50px; */
  }

  .equities-svg {
    position: relative;
    bottom: 45px;
    right: 0px;
  }

  .realAssets-svg {
    position: relative;
    right: 0px;
  }

  .verticalLabel {
    position: relative;
    left: 30px;
  }

  .chart__svg svg {
    /* width: calc(100% + 100px) !important; */
  }

  .chart__svg img {
    /*width: calc(100% + 100px) !important;*/
    width: 150% !important;
  }
    .chart__svg--equities .chart__svg__copy {
      position: static;
    }
    .chart__svg--equities .charts__disclaimer {
      /* //margin-top: -20px; */
    }
}

/* Desktop */

@media screen and (min-width: 1024px) {
  .charts__chart {
    overflow: hidden;
  }

  .chart__svg {
    overflow: hidden;
  }

  .chart__svg svg {
    position: relative;
    width: 100% !important;
    max-width: 1200px;
    margin: 0 auto;
  }

  .chart__svg img {
    position: relative;
    width: 110% !important;
    /* max-width: 1200px; */
    margin: 0 auto;
    right: 30px;
    bottom: 40px;
  }

  .charts__title {
    text-align: center;
    margin: 30px 0 -15px;
    font-size: 14px;
    font-weight: 400;
  }

  .charts__legend {
    margin: 30px 0 30px;
    text-align: center;
  }
    .charts__legend div {
      display: inline-block;
      font-size: 14px;
      margin-right: 35px;
    }
      .charts__legend div span {
        position: relative;
        top: 1px;
      }
    .charts__legend div:last-child {
        margin: 0;
  }

  .charts__legends__left_items {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-direction: column;
        flex-direction: column;
  }

  .charts__legends__item {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: center;
        align-items: center;
  }

  .charts__legends__right_items {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-direction: column;
        flex-direction: column;
  }

  .charts__legends_internal_container {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-pack: center;
        justify-content: center;
  }

  .chart__svg__desktop-chart {
    position: relative;
    /* margin-bottom: 50px; */
    /* right: 35px; */
    bottom: 10px;
    /* bottom: 50px; */
    right: 20px;
  }

  .equities-svg {
    position: relative;
    bottom: 50px;
    /* right: 20px; */
  }

  .verticalLabel {
    position: relative;
    left: 30px;
  }

}

@keyframes css-effect {
  0% {
    stroke-dashoffset: 500%;
  }
  100% {
    stroke-dashoffset: 0%;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */

  /* Overflow hidden to prevent horizontal scrolling */

  .asset-class__chart {
    overflow: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .themes__modal-item__chart {
    overflow: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  /* Fixes universal graph sizes */
    .chart__svg__desktop svg {
      display: block;
      width: 800px !important;
      height: 600px !important;
    }

  /* Fixes lines in graph size under Assets Classes > Equities */
      .chart__svg--equities .chart__svg__desktop svg {
        display: block;
        width: 1200px !important;
        height: 400px !important;
      }

  /* Fixes lines in graph size under Assets Classes > Equities */
      .chart__svg--fixed-income .chart__svg__desktop svg {
        display: block;
        width: 1200px !important;
        height: 450px !important;
      }

  /* Fixes lines in graphs under Assets Classes > Real Assets & Alternatives */

  .charts__container .amcharts-graph-stroke {
    stroke-dasharray: none;
    stroke-dashoffset: none;
  }
}

/* hack to place Stuckflation label over chart */

.chart__svg__label__container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.chart__svg__label {
  background-color: #fff;
  padding: 0.5em 75px;
  font-size: 12.8px;
  font-size: 0.8rem;
  position: absolute;
  right: 103px;
  bottom: 145px;
  border: 1px solid rgba(0, 0, 0, .6);
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .chart__svg__label {
    bottom: 180px;
  }
}

.charts__legends_colorIndicator {
    margin-right: 5px;
    margin-bottom: 1px;
  }

.charts__legends__line {
    height: 2px !important; 
  }

.charts__legends__item {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: center;
        align-items: center;
  }

.fixedIncomeDisclaimer {
  position: relative;
  bottom: 90px;
}

.realAssetsDisclaimer {
  position: relative;
  bottom: -20px;
}

.realAssetsMobileChart {
  position: relative;
  bottom: -20px;
}

.themes__chart__svg__desktop {
  display: none;
}

.themes__chart__svg__mobile {
  overflow: scroll;
  overflow-y: hidden;
}

.themes__chart__svg__mobile-chart {
  overflow: scroll;
  overflow-y: hidden;
  width: calc(110% + 200px) !important;
  position: relative;
  /* right: 25px; */
  margin-top: 5px !important;
}

@media screen and (min-width: 768px) {

  .themes__chart__svg__desktop {
    display: block;
    margin-top: 0px !important;
    position: relative;
    bottom: 10px;
    width: 100%;
    position: relative;
    top: 20px;
    overflow: hidden;

    /* right: 30px; */
  }

  .themes__chart__svg {
    /* overflow: hidden; */
    height: 300px;
  }

  .themes__chart__svg__mobile-chart {
    display: none;
    overflow: hidden;

  }
}

@media only screen and (min-width: 700px) {
  .realAssetsDisclaimer {
    position: relative;
    bottom: 80px;
  }
}

#equities-mobile-svg {
  position: relative;
  bottom: 80px;
}

.chart__svg__desktop_products {
  display: none;
}

.chart__svg__mobile_products {
  overflow: scroll;
}

@media screen and (min-width: 768px) {
  .chart__svg__mobile_products {
      display: none;
  }

  .chart__svg__desktop_products {
    display: block;
  }

}

@media screen and (min-width: 1100px) {

  .chart__svg__desktop-chart {
    position: relative;
    bottom: 20px;
  }
  
  .equities-svg {
    bottom: 75px;
  }

  .realAssets-svg {
    position: relative; 
    bottom: 1px; 
  }

}

@media only screen and (max-width: 550px) {
  .chart__svg img {
    position: relative;
    width: 200% !important;
  }

  #fixedIncomeMobileChart {
    position: relative;
    bottom: 50px !important;
  }

  #realAssetsMobileChart {
    position: relative;
    bottom: 50px !important;
  }

}

@media only screen and (max-width: 700px) {
  .mobile-chart-real-assets {
    height: 440px;
  }
}

.amcharts-label {
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
}

.content {
  position: relative;
  max-width: 1200px;
  margin: 0 15px;
}

body.modal-is-open {
  /* prevents scrolling on the body when modal is open */
  display: block;
  overflow: hidden;
  max-height: 100vh;
  top: 0;
  bottom: 0;
}

.content--matrices {
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .content {
    margin: 0 40px;
  }
}

@media (min-width: 1280px) {
  .content {
    margin: 0 auto;
  }

  .content--matrices {
    padding: 0 50px;
  }
}

.product-templates {
  display: none;
}

.hideModalItem {
  display: none;
}

.reusable-article-container2 {
  padding-left: 0px !important;
}

.contentMargin {
  margin-top: 50px;
}

.is-visible.reusable-article-container2 {
  margin-top: -100px !important;
}

@media screen and (min-width: 768px) {
  .reusable-article-container2 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
  }

  .contentMargin {
    margin-top: 0px;
  }
}

ul {
  padding-left: 0px !important;
}

.matrices__loading {
  position: absolute;
  top: 60px;
}

#table-matrices {
  opacity: 0;
  transition: opacity 250ms ease-in-out;
}

.DTFC_ScrollWrapper {
  opacity: 0;
  transition: opacity 250ms ease-in-out;
}

/* Constants (Alphabetical) */

.center {
  text-align: center;
}

.heavy {
  font-weight: 600;
}

.huge {
  font-size: 40px;
}

.gold {
  color: #f1c400;
}

.medium {
  font-weight: 500;
}

.small {
  font-size: 12px;
}

.tiny {
  font-size: 10px;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
  overflow: visible;
}

.clearfix {
  display: inline-block
}

.clearfix::after {
    content: '.';
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.matrices-header {
  background: #393a3b;
  color: #fff;
  padding: 43px 0 71px 0;
  position: relative;
  z-index: 1;
}

.matrices-header .content {
  margin: 0 auto;
}

.matrices-back {
  letter-spacing: 1.99px;
  font-size: 13px;
  padding: 29px 0 0 0;
  position: absolute;
}

.matrices-back a {
  color: #fff;
  text-decoration: none;
}

.matrices-back img {
  margin: 0 5px -2px 0;
}

.header-title {
  font-size: 15px;
  letter-spacing: 2.73px;
  padding: 31px 0 0 0;
  .header-title .huge {
    letter-spacing: 6.13px;
    margin-top: 8px;
  }
}

.header-title .huge {
    letter-spacing: 6.13px;
    margin-top: 8px;
  }

.header-title--matrices {
  padding-top: 80px;
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
}

.header-title--matrices h2 {
  font-size: 26px;
  line-height: 30px;
  font-weight: 200;
}

.matrices {
  color: #232323;
}

.matrices-instructions {
  font-size: 16px;
  padding: 51px 0 60px 56px;
  color: #666;
  float: left;
  background: url('../images/icons/icon-bulb.png') no-repeat 8px 37px;
  text-align: left;
}

.matrices-selections .matrices-toggles {
  letter-spacing: 1.11px;
  padding-right: 20px
}

.matrices-selections .matrices-toggles.col {
    padding-bottom: 14px;
}

.matrices-toggles a {
  color: #00859b;
  cursor: pointer;
  margin: 15px 18px 0 0;
  display: inline-block;
  text-decoration: none
}

.matrices-toggles a.disabled {
    color: #393a3b;
}

.matrices-selections {
  letter-spacing: 1.11px;
  margin: 0 0 -30px 0;
  position: relative;
  z-index: 20;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  width: 100%;
  padding: 8px 0;
  .matrices-selections h4 {
    font-size: 16px;
    margin: 0;
    font-weight: 500;
  }
}

.matrices-selections h4 {
    font-size: 16px;
    margin: 0;
    font-weight: 500;
  }

.matrices-selections .col {
  /* flex-basis: 0; */
  -ms-flex-positive: 1;
      flex-grow: 1;
  width: 25%;
  float: left;
  padding: 25px 0px
}

.matrices-selections .col.vBorder {
    border-right: 1px solid #d8d8d8;
}

.matrices-selections .col .col {
  padding: 0 0 0 38px;
  width: auto;
  margin-bottom: 10px;
}

.matrices-checkbox {
  cursor: pointer;
  margin: 15px 18px 0 0;
  float: left;
  white-space: nowrap;
}

.matrices-checkbox div {
  background: #f2f1ed;
  display: inline-block;
  height: 14px;
  margin: 0 10px 0 0;
  position: relative;
  vertical-align: -3px;
  width: 14px;
}

.matrices-checkbox span {
  color: #115740;
  left: 4px;
  line-height: 12px;
  font-size: 19px;
  position: absolute;
  opacity: 0;
}

.matrices-checkbox.active span {
  opacity: 1;
}

.tablecell-tooltip {
  background: #f2f1ed;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1);
  font-size: 11px;
  padding: 17px 0 17px 20px;
  position: absolute;
  width: 189px;
  z-index: 30;
  .tablecell-tooltip strong {
    display: block;
    font-size: 9px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 2px;
  }
}

.tablecell-tooltip strong {
    display: block;
    font-size: 9px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 2px;
  }

.download-matrices {
  background-color: #00859b;
  color: #fff;
  float: right;
  font-size: 12px;
  text-decoration: none;
  margin-top: 3.2em;
}

.download-matrices:hover {
  background-color: #f1c400;
}

.download-matrices:after {
  background-image: url('../images/icons/icon-paper-white.png');
  width: 16px;
}

.hidden,
.filter-hidden {
  display: none;
}

.white-space-normal {
  white-space: normal;
}

.white-space-nowrap {
  white-space: nowrap;
}

.td-fixed-income {
  background: #b5bd00;
  color: #fff;
}

.td-equities {
  background: #255e00;
  color: #fff;
}

.td-real {
  background: #139c35;
  color: #fff;
}

.td-alts {
  background: #83ced7;
  color: #fff;
}

.td-united-states {
  min-width: 33px;
}

.vertical-text {
  letter-spacing: 1px;
  position: absolute;
  top: 4px;
  right: 100%;
  white-space: nowrap;
  transform: rotate(270deg) translate(0, -2px);
  transform-origin: right top;
}

.vertical-text.heavy {
  transform: rotate(270deg) translate(0, -13px);
}

.matrices-page .content {
  margin: 0;
}

.content--matrices {
  position: relative;
  z-index: 1;
}

.matrices-page table {
  box-sizing: border-box;
  background: white;
  font-size: 13px;
  white-space: nowrap;
  border-collapse: collapse;
}

.matrices-page th,
.matrices-page td,
.matrices-page tbody,
.matrices-page thead {
  padding: 0 !important;
  margin: 0 !important;
}

.matrices-page table span {
  display: block;
  padding: 15px 0;
}

.matrices-page td {
  position: relative;
}

.matrices-page td span {
  border-bottom: 1px solid #d8d8d8;
}

.matrices-page td.no-border span,
.matrices-page tr.no-border td span {
  border-bottom-color: #fff;
}

.matrices-page td.dark-border {
  border-color: #d0d0d0;
}

.matrices-page td.numbers span {
  width: 75px;
}

.matrices-page td.numbers.tall span {
  padding: 6px 0 7px;
}

.matrices-page tbody tr:nth-child(1) span {
  letter-spacing: 1px;
  padding: 2px 5px 1px;
}

.matrices-page tbody tr:nth-child(2) span {
  letter-spacing: 1px;
  margin-left: 5px;
  padding: 6px 4px;
}

.matrices-page tbody tr:nth-child(2) td.no-margin span {
  margin-left: 0;
}

.matrices-page tbody tr:nth-child(3) td {
  line-height: 1.1;
  height: 53px;
  vertical-align: bottom;
}

.matrices-page tbody tr:nth-child(3) span {
  padding-bottom: 10px;
}

.matrices-page tbody tr:nth-child(3) td:nth-child(1) span {
  letter-spacing: 1px;
}

.matrices-page tbody tr:nth-child(3) td:nth-child(1) {
  max-width: 40px;
}

.matrices-page tbody tr td:nth-child(1) {
  width: 16px;
}

.matrices-page tbody tr td:nth-child(1) span,
.matrices-page tbody tr td:nth-child(2) span {
  border: none;
}

.matrices-page tbody tr td:nth-child(2) span {
  border: none;
}

.matrices-page tbody tr td:nth-child(2) span.right-border {
  border-right: 1px solid #d8d8d8;
  display: block;
  height: calc(100% - 6px);
  position: absolute;
  top: 0;
  width: 100%;
}

.matrices-page tbody tr td:nth-child(3) span {
  margin-left: 15px;
}

.matrices-page tbody tr td:nth-child(3) {
  min-width: 196px;
  width: 196px;
}

.matrices-page tbody tr td:nth-child(4) span {
  padding-left: 15px;
}

.matrices-page tbody tr td:nth-child(4) {
  min-width: 291px;
  width: 291px;
}

.matrices-page tbody tr:nth-child(1n + 4) td:nth-child(5),
.matrices-page tbody tr:nth-child(1n + 4) td:nth-child(6),
.matrices-page tbody tr:nth-child(1n + 4) td:nth-child(7) {
  background-color: #f2f1ed
}

.matrices-page tbody tr:nth-child(1n + 4) td:nth-child(5).highlight, .matrices-page tbody tr:nth-child(1n + 4) td:nth-child(6).highlight, .matrices-page tbody tr:nth-child(1n + 4) td:nth-child(7).highlight {
    background: rgba(0, 133, 155, .1);
}

.matrices-page tbody tr:nth-child(1n + 4) td:nth-child(5).highlight:hover, .matrices-page tbody tr:nth-child(1n + 4) td:nth-child(6).highlight:hover, .matrices-page tbody tr:nth-child(1n + 4) td:nth-child(7).highlight:hover {
      background: rgba(0, 133, 155, .2);
}

.matrices-page td.highlight {
  background: rgba(0, 133, 155, .1);
}

.matrices-page td.spacer_01.highlight {
  border-bottom: 1px solid rgba(0, 133, 155, .1);
}

.matrices-page td.highlight:hover {
  background: rgba(0, 133, 155, .2);
}

.matrices-page td.clicked {
  background: rgba(0, 133, 155, .5);
}

.matrices-page table[data-zoom='-2'] {
  font-size: 9px;
}

.matrices-page table[data-zoom='-2'] .small {
  font-size: 8px;
}

.matrices-page table[data-zoom='-2'] .tiny {
  font-size: 7px;
}

.matrices-page table[data-zoom='-2'] td.numbers.tall span {
  padding: 9px 0 9px;
}

.matrices-page table[data-zoom='-1'] {
  font-size: 11px;
}

.matrices-page table[data-zoom='-1'] .small {
  font-size: 10px;
}

.matrices-page table[data-zoom='-1'] .tiny {
  font-size: 9px;
}

.matrices-page table[data-zoom='-1'] td.numbers.tall span {
  padding: 8px 0 7px;
}

.matrices-page table[data-zoom='1'] {
  font-size: 15px;
}

.matrices-page table[data-zoom='1'] .small {
  font-size: 14px;
}

.matrices-page table[data-zoom='1'] .tiny {
  font-size: 13px;
}

.matrices-page table[data-zoom='1'] .vertical-text {
  transform: rotate(270deg) translate(0, -4px);
}

.matrices-page table[data-zoom='1'] .vertical-text.heavy {
  transform: rotate(270deg) translate(0, -14px);
}

.matrices-page table[data-zoom='1'] td.numbers.tall span {
  padding: 5px 0 5px;
}

.matrices-page table[data-zoom='2'] {
  font-size: 17px;
}

.matrices-page table[data-zoom='2'] .small {
  font-size: 16px;
}

.matrices-page table[data-zoom='2'] .tiny {
  font-size: 15px;
}

.matrices-page table[data-zoom='2'] .vertical-text {
  transform: rotate(270deg) translate(0, -4px);
}

.matrices-page table[data-zoom='2'] .vertical-text.heavy {
  transform: rotate(270deg) translate(0, -15px);
}

.matrices-page table[data-zoom='2'] tbody tr td:nth-child(1) {
  min-width: 18px;
}

.matrices-page table[data-zoom='2'] td.numbers.tall span {
  padding: 4px 0 3px;
}

.matrices-page table[data-zoom='3'] {
  font-size: 17px;
}

.matrices-page table[data-zoom='3'] .small {
  font-size: 18px;
}

.matrices-page table[data-zoom='3'] .tiny {
  font-size: 17px;
}

.matrices-page table[data-zoom='3'] .vertical-text {
  transform: rotate(270deg) translate(0, -6px);
}

.matrices-page table[data-zoom='3'] .vertical-text.heavy {
  transform: rotate(270deg) translate(0, -14px);
}

.matrices-page table[data-zoom='3'] tbody tr td:nth-child(1) {
  min-width: 22px;
}

.matrices-page table[data-zoom='3'] td.numbers.tall span {
  padding: 4px 0 3px;
}

/* Fix for fixed columns calculating the widths wrong */

.DTFC_LeftWrapper,
.DTFC_LeftBodyLiner {
  width: 765px !important;
  position: absolute !important;
}

.scroll-table-button--wrapper {
  position: fixed;
  right: 20px;
  bottom: 170px;
  display: inline-block;
}

.scroll-table-button--wrapper-stick {
  position: absolute;
  bottom: 20px;
}

#table-matrices_wrapper {
  position: relative;
}

@media screen and (min-width: 768px) {
  .matrices-page .content {
    margin: 0;
    padding: 0 40px;
  }
  .matrices-header .content {
    margin: 0 auto;
  }
  .content--matrices {
    max-width: 100%;
  }
  #table-matrices_wrapper {
    margin-left: 50px;
  }
  .header-title--matrices {
    padding-top: 31px;
  }
  .header-title--matrices h2 {
    font-size: 3.75rem;
    line-height: 1em;
  }

  .download-matrices {
    padding-right: 10px;
  }
}

@media screen and (max-width: 1050px) {
  .matrices-controls {
    text-align: center;
  }
  .matrices-selections {
    text-align: left;
  }
  .download-matrices {
    float: none;
    margin: -3.2em auto 3.2em;
  }

  /* First 3 fixed columns becomes scrollable */
  /*  .DFTC_LeftWrapper {
    position: static !important;
  }*/

  .DTFC_LeftWrapper,
  .DTFC_LeftBodyLiner {
    position: static !important;
  }
}

@media screen and (max-width: 769px) {
  .matrices-page .content {
    padding: 0 22px;
  }

  .matrices-instructions {
    padding: 29px 0 29px 56px;
    background-position: 8px 29px;
  }
  .matrices-selections .matrices-toggles {
  }
  .matrices-selections .matrices-toggles.col {
      float: none;
  }
  .matrices-selections {
    padding: 0;
    border-top: none;
    border-bottom: none;
  }

  .matrices-selections .col {
    float: none;
    width: 100%;
    border-top: 1px solid #d8d8d8;
    padding: 25px 0
  }

  .matrices-selections .col.vBorder {
      border-left: none;
      border-right: none;
      padding-left: 0px;
  }
  .matrices-selections .col .col {
    padding: 0 38px 0 0;
    float: left;
    border-top: none;
    width: 49%;
  }
}

@media screen and (max-width: 480px) {
  .matrices-checkbox {
    float: none;
  }

  .download-matrices {
    margin: 0 auto 2em;
    width: 100%;
  }

  .matrices-selections .col .col {
    padding: 0;
  }

  .matrices-selections .control {
    width: 15px;
    height: 16px;
    float: right;
    display: inline-block;
    background: url('../images/icons/icon-expanded.png') no-repeat center center;
  }
  .matrices-selections .collapsed .control {
    background-image: url('../images/icons/icon-collapsed.png');
  }
  .matrices-selections .matricies-checkbox-wrapper {
    overflow-y: hidden;
    max-height: 500px; /* approximate max height */

    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  }

  .matrices-selections .collapsed .matricies-checkbox-wrapper {
    max-height: 0;
  }

  .scroll-table-button--wrapper {
    display: none;
  }
}

/* IE 11 Fix */

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .dataTables_scroll {
    margin-left: 22px;
  }
}

.DTFC_LeftBodyLiner,
.dataTables_scrollBody {
  -ms-overflow-y: hidden !important;
}

.scroll-table-button--left.inactive,
.scroll-table-button--right.inactive {
}

.scroll-table-button--left.inactive:after, .scroll-table-button--right.inactive:after {
    opacity: 0.25;
}

#table-matrices_wrapper {
  margin-top: 50px;
  width: auto;
  overflow: hidden;
}

.scroll-table-button--left,
.scroll-table-button--right {
  opacity: 1;
  cursor: pointer;
  overflow: visible;
  display: block;
  position: relative;
  width: 50px;
  height: 50px;
  border: none;
  box-shadow: none;
  background: none;
  padding: 0;
  color: transparent /* hide the text */
}

.scroll-table-button--left:before,
  .scroll-table-button--left:after,
  .scroll-table-button--right:before,
  .scroll-table-button--right:after {
    content: '';
    speak: none;
    position: absolute;
    top: 0;
    left: 0;
}

.scroll-table-button--left:after, .scroll-table-button--right:after {
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 20px;
    width: 100%;
    height: 100%;
    opacity: 0.75;
}

.scroll-table-button--left:before, .scroll-table-button--right:before {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0px 0px 54px 0px rgba(0, 0, 0, .31);
}

.scroll-table-button--right {
  margin-bottom: 16px;
  margin-bottom: 1rem
}

.scroll-table-button--right:after {
    background-image: url('../images/icons/scroll-right.svg');
}

.scroll-table-button--left {
}

.scroll-table-button--left:after {
    background-image: url('../images/icons/scroll-left.svg');
}

.view5YearOutlookLink {
  text-decoration: none;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  color: white !important;
}

.fiveYearLinkToOneYear {
  padding-bottom: 20px !important;
}

.oneyear .header {
  overflow: hidden;
  padding: 20px 0 80px;
  background-color: #00859b;
}

.updatedChart {
  width: 100%;
}

.alignmentOneYear {
  text-align: left !important;
}

.oneyear-footnoteWrapper {
  font-size: 14px !important;
  font-size: .875rem !important;
}

#assetsChart2019 {
  position:absolute;
  left:-10000px;
  top:auto;
  width:1px;
  height:1px;
  overflow:hidden;
}

.oneyear .header__text__title {
  font-size: 25px;
  letter-spacing: 4.5px;
}

.oneyear .header__text__subtitle {
  font-weight: 200;
  font-size: 32px;
  font-size: 2rem;
  line-height: 32px;
  line-height: 2rem;
  margin: 16px 0;
  margin: 1rem 0;
  letter-spacing: 11px;
  letter-spacing: 0.6875rem;
  margin: 26px 0 34px;
}

.section-header__description-chart {
  font-weight: 300;
  font-size: 18.4px !important;
  font-size: 1.15rem !important;
}

.oneyear .section-header__description {
  font-weight: 300;
  font-size: 20px;
  font-size: 1.25rem;
}

.oneyear .more-asset-classes .section-header__description,
.oneyear .more-themes .section-header__description {
  max-width: 890px;
}

.oneyear .mktoForm .mktoButton {
  background-image: none !important;
  padding: 0.4em 3em !important;
}

.oneyear .mktoForm .mktoButton::after {
  position: relative;
  display: inline-block;
  content: '';
  vertical-align: middle;
  background-image: url(../images/icons/arrow-right--blue.svg) !important;
  background-position: 145px center !important;
  width: 5px;
  height: 12px;
  margin-left: 10px;
}

.oneyear .mktoForm .mktoButton:hover::after {
  background-image: url(../images/icons/solid-right-arrow.png) !important;
}

.oneyear .button--toggle-outlook-table {
  border: 0;
  color: #000;
  white-space: normal;
  line-height: 20px;
  width: 250px;
  margin-top: 30px;
}

.oneyear .themes-cta__button-container {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 300;
}

.asset-forecast-padding {
  padding-bottom: 55px;
}

.oneyear .themes-cta__label-wrap {
  margin: 50px auto 0;
  border-top: 1px solid #bcbcbc;
  width: 200px;
  display: block;
}

.oneyear .themes-cta__label {
  background-color: #f1c400;
  font-size: 13px;
  letter-spacing: 1.62px;
  line-height: 17px;
  padding: 5px 13px;
  font-weight: 500;
  width: 58px;
  display: inline-block;
  position: relative;

  transform: translateY(-50%);
}

.oneyear .themes-cta__button-container .button--outlook-table-download {
  margin-top: 36px;
  border: 0;

  /* Allow button text to wrap < 768px screen width */
  white-space: normal;
  line-height: 20px; /* Extra line-height to fit the Download Icon */
}

.oneyear .themes-cta__button-container .button--outlook-table-download::after {
  background-image: url('../images/icons/paper-white.png');
}

.oneyear .exhibit-outlook-table-wrap .button--download::after {
  background-position: 0 -19px;
  margin-left: 13px;
}

.exhibit-outlook-cta .exhibit-outlook-table-wrap .oneyear .header__bg,
.oneyear .fixed-nav {
  background-color: #00859b;
  background-image: url('../images/2018-outlook/header-bg.png');
  background-size: cover;
  background-position: center;
}

.oneyear .marketscape-video-container {
  padding: 50px 0;
  text-align: center;
}

.oneyear .marketscape-video {
  width: 255px;
  height: 152px;
}

.fixed-nav .fixed-button {
  margin-top: 21px;
}

.fixed-button {
  background: #00484b;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1.3px;
  padding: 7px;
  text-align: center;
  text-transform: uppercase;
  position: absolute;
  width: 100%;
}

.fixed-button a {
  color: #fff;
  text-decoration: none;
}

.oneyear .fixed-button--tall {
  padding: 1.5em;
}

.imageContainer  {
  margin-top: 35px;
}

@media screen and (max-width: 767px) {
  .desktopHeaderImage {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .mobileHeaderImage {
    display: none;
  }
}

.secondary-button {
  margin: 50px 20px 0;
}

.secondary-button .button {
  background: transparent;
  border-top: 1px solid #f1c400;
  border-bottom: 1px solid #f1c400;
  color: #fff;
  margin: 0;
  max-width: 800px;
  width: 100%;
}

.secondary-button .button img {
  margin-left: 5px;
}

.oneyear .no-border {
  border: none;
}

.asset-class-outlook-background .special-bg {
  background-color: #393a3b;
  background-image: url('../images/asset-class-background.png');
  background-size: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  color: #000;
}

.oneyear .special-bg {
  background-color: #393a3b;
  background-image: url('../images/asset-class-background.png');
  background-repeat: no-repeat;
  color: #000;
}

.oneyear .dark-bg {
  background-color: #fff;
  background-size: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  /* color: $white; */
}

.oneyear .asset-classes {
  padding-top: 100px;
  padding-top: 6.25rem;
  color: white;
}

.oneyear-chart {
  padding-top: 100.16px;
  padding-top: 6.26rem;
  padding-bottom: 100px;
  padding-bottom: 6.25rem;
}

.oneyear .asset-class__outlook__stats {
  text-align: left;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.oneyear .asset-class__outlook__stats {
  width: 100%;
  max-width: none;
}

.oneyear .asset-class__outlook__stat:before {
  display: none;
}

.oneyear .asset-class__outlook__stat__title {
  color: #f1c400;;
  padding-top: 0px;
  margin: 0 0 20px;
}

.middleColumn {
  padding-top: 0px !important;
}

.asset-class__outlook__stat__additional-content-container
  .asset-class__outlook__stat__title {
  padding-top: 0;
  font-size: 16px
}

.asset-class__outlook__stat__additional-content-container
  .asset-class__outlook__stat__title:before {
    display: block;
    content: '';
    width: 30px;
    width: 1.875rem;
    height: 2px;
    line-height: 2px;
    font-size: 0;
    background-color: #f1c400;
    margin: 14px 0 26px;
}

.oneyear .asset-class__outlook__stat__highlight {
  font-size: 60px;
  line-height: 65px;
  font-family: 'EquipSlab-Thin', 'Equip Slab', 'serif';
  margin-bottom: 20px;
}

.oneyear .asset-class__outlook__stat__subtitle {
  font-size: 13px;
  line-height: 18px;
  font-family: 'Equip-Regular', 'Equip', 'serif';
  letter-spacing: 2px;
  letter-spacing: 0.125rem;
  margin-bottom: 20px;
}

.exhibit-outlook-class-type-wrap {
  width: 38px;
  float: left;
  margin-top: 50px;
  margin-bottom: -50px;
}

.exhibit-outlook-class-type-wrap .heading {
  height: 35px;
  width: 38px;
  background: rgba(107, 202, 186, .2);
}

.exhibit-outlook-class-type-wrap .rows {
  position: relative;
}

.exhibit-outlook-class-type-wrap .row {
  background-color: #00859b;
  transform: rotate(270deg);
  transform-origin: left top 0;
  color: #fff;
  float: left;
  line-height: 38px;
  text-align: center;
}

.exhibit-outlook-class-type-wrap .row span {
  margin: 0 auto;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 2px;
  letter-spacing: 0.125rem;
}

.exhibit-outlook-class-type-wrap .row-equity {
  margin-top: 869px;
  width: 869px;
}

.exhibit-outlook-class-type-wrap .row-assets {
  margin-top: 544px;
  width: 569px;
}

.exhibit-outlook-class-type-wrap .row-gold {
  margin-top: 254px;
  width: 280px;
}

.exhibit-outlook-class-type-wrap .row-fi {
  /* margin-top: 880px;
  width: 906px; */
}

.exhibit-outlook-class-type-wrap .row-cash {
  margin-top: 234px;
  width: 260px;
}

/** ***** THEMES ***** **/

.oneyear .themes {
  padding-top: 100px;
  padding-top: 6.25rem;
  padding-bottom: 100px;
  padding-bottom: 6.25rem;
  background-color: rgba(242, 241, 237, .3);
  margin-top: 0;
  margin-bottom: 0;
}

.oneyear .themes.global-momentum {
  padding-top: 100.16px;
  padding-top: 6.26rem;
  padding-bottom: 52px;
  padding-bottom: 3.25rem;
  background-color: #00859b;
  background-image: url('../images/2018-outlook/header-bg.png');
  color: #fff;
}

.oneyear #fixed-button--gold {
  background-color: #d3ad36;
}

.oneyear #fixed-button--gold > a {
  color: black;
}

.oneyear .nt-asset-management {
  background-color: #00859b;
}

.oneyear .themes__list-item .front,
.oneyear .themes__list-item .back {
  height: 389px;
  padding: 0;
  transition: all 1150ms ease;
  border-radius: 10px;
}

.oneyear .themes__list-item .back {
  background: white;
}

.oneyear .themes__list-item .card {
  height: 100%;
  /*position: absolute;*/
  transition: all 400ms;
  width: 100%;
  overflow: hidden;
}

.oneyear .themes__list-item .card > div {
  height: calc(100% - 2px);
  left: 0;
  top: 0;
  width: 100%;
}

.oneyear .themes__list-item .card .back p {
  padding: 30px 40px 0;
  font-size: 1em;
  line-height: 1.5em;
}

.oneyear .themes__list-item .card .back big {
  font-size: 22px;
  font-size: 1.375rem;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.oneyear .more-themes {
  padding: 100px 50px;
  height: auto;
  max-height: none;
}

/* ***** ***** */

.exhibit-outlook-cta {
  color: #000;
  padding: 100px 0;
  padding: 6.25rem 0;
  background-image: url(../images/2018-outlook/background-assetclass.jpg);
}

.oneyear .exhibit-outlook-table-wrap {
  transition: all 450ms ease-in-out;
  overflow: hidden;
  max-height: 0;
}

.oneyear .exhibit-outlook-table-wrap.is-visible {
  /*max-height: 250rem;  needed for transition */
  max-height: 6000px;
}

.exhibit-outlook-cta .button--matrices {
  border-color: #000;
  color: #000
}

.exhibit-outlook-cta .button--matrices:hover {
    border-color: #f1c400;
    color: #fff;
}

.exhibit-outlook-cta .section-header__title {
  color: black;
}

.exhibit-outlook-table-wrap .clearfix {
  width: 100%;
}

.exhibit-outlook-table-divs {
  font-size: 16px;
  margin: 50px 20px 50px 0;
  float: left;
  width: 83%;
}

.exhibit-outlook-table-divs--heading {
  background: rgba(107, 202, 186, .2);
  height: 35px;
  display: table-row;
}

.exhibit-outlook-table-divs--heading > div {
  display: none;
}

.exhibit-outlook-table-divs--row {
  border-top: 1px solid #4f787a;
  margin-top: 50px;
  padding-top: 50px;
  padding-left: 38px;
}

.exhibit-outlook-table-divs--row.first {
  border: none;
  margin-top: 33px;
  padding-top: 0;
}

.exhibit-outlook-table-divs--row.last > div {
  border-bottom: none;
}

.exhibit-outlook-table-divs--row .col-xs-4,
.exhibit-outlook-table-divs--row .col-xs-8 {
  float: left;
  margin: 33px 0 30px;
  width: 33%;
}

.exhibit-outlook-table-divs--row .col-xs-8 {
  width: 67%;
}

.exhibit-outlook-table-divs--row--heading {
  font-size: 13px;
  letter-spacing: 2px;
  margin-bottom: 8px;
  opacity: 0.7;
  text-transform: uppercase;
}

.text-light {
  font-weight: 300;
}

.tactical-risk-wrap {
  background: rgba(107, 202, 186, .2);
  margin: -50px 0 0;
  padding: 40px 78px 40px 0;
}

.tactical-risk-wrap > div {
  padding-left: 78px;
  vertical-align: middle;
}

.tactical-risk-wrap big {
  display: block;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 2px;
  margin-bottom: 8px;
  text-transform: uppercase;
  white-space: nowrap;
}

.tactical-risk-wrap small {
  display: block;
  font-size: 13px;
  font-weight: 300;
  line-height: 22px;
  margin-top: 30px;
}

.tactical-risk-wrap p {
  font-size: 16px;
}

.oneyear .main-article .reusable-article {
  float: none;
  margin: auto;
}

.oneyear .main-article .section-header {
  text-align: left
}

.oneyear .main-article .section-header:before {
    margin-left: 0;
}

.reusable-article__text-overlay {
  color: #fff;
  left: 48px;
  left: 3rem;
  max-width: 200px;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
}

.reusable-article__text-overlay img {
  margin-top: 32px;
  margin-top: 2rem;
}

.oneyear .main-article .reusable-article__headline {
  font-size: 20.8px;
  font-size: 1.3rem;
}

.oneyear .main-article .reusable-article__image {
  background-size: cover;
  background-position: center;
  padding-bottom: 56%;
  width: 100%;
  height: 0;
}

.oneyear .download-cta {
  background-color: #00859b;
  background-image: url('../images/download-cta-top-left-graphic.png'),
    url('../images/download-cta-bottom-right-graphic.png');
  background-position: top left, bottom right;
  background-repeat: no-repeat;
  padding: 60px 0;
  color: #fff;
  text-align: center;
}

.oneyear .mobile-hidden {
  display: none;
}

.oneyear .charts__container {
  margin-bottom: 0;
  /* overflow: hidden; */
  /* height: 0;
  transition: all 450ms ease-in-out;
  */
}

.oneyear .charts__description {
  margin-left: 20px;
  color: #fff;
  font-weight: normal;
}

.oneyear .charts__disclaimer__one__year {
  position: relative;
  top: 20px;
  opacity: 1;
  .oneyear .charts__disclaimer__one__year span {
    opacity: 0.6 !important;
    font-weight: 200;
  }
}

.oneyear .charts__disclaimer__one__year span {
    opacity: 0.6 !important;
    font-weight: 200;
  }

.oneyear__tooltip {
  width: calc(100% + 2rem);
  padding: 24px 48px 52px 16px;
  padding: 1.5rem 3rem 3.25rem 1rem;
  font-family: 'Equip', sans-serif;
  .oneyear__tooltip hr {
    margin: 1.5em auto;
    background-color: #f1c400;
    border-color: #f1c400;
    border-top: none;
    width: 20px;
  }
}

.oneyear__tooltip hr {
    margin: 1.5em auto;
    background-color: #f1c400;
    border-color: #f1c400;
    border-top: none;
    width: 20px;
  }

.oneyear__tooltip__data {
  width: calc(100% + 10px);
  margin-left: -10px;
  .oneyear__tooltip__data b {
    margin-left: 10px;
  }
}

.oneyear__tooltip__data b {
    margin-left: 10px;
  }

.oneyear__tooltip__year {
  float: left;
  width: 60%;
  text-align: left
}

.oneyear__tooltip__year:before {
    display: inline-block;
    content: '';
    background-color: #6bcaba;
    width: 13px;
    height: 13px;
    vertical-align: middle;
    margin-right: 4px;
    margin-top: -2px;
}

.oneyear__tooltip__year--two {
}

.oneyear__tooltip__year--two:before {
    background-color: #fff;
    border: 2px solid #000;
}

.oneyear__tooltip__value {
  float: left;
  width: 40%;
  text-align: right;
}

.oneyear__tooltip .oneyear__tooltip__header {
  width: 100%;
  text-transform: uppercase;
}

.oneyear .asset-class__outlook__stat__description {
  height: auto;
  font-weight: 300;
  margin: 20px 0 0;
}

.oneyear .asset-class__outlook__stat__description > :first-child {
  padding-bottom: 20px;
}

.oneyear .asset-class__outlook__stat__description > p,
.asset-class__outlook__stat__additional-content-container > p {
  line-height: 24px;
}

.asset-class__outlook__stat__additional-content-container > p:last-child {
  padding-bottom: 0;
}

.oneyear .asset-class__outlook__stat__content-headline {
  color: #005c5f;
  font-weight: 500;
}

.asset-class__outlook__stat__additional-content-container > p {
  font-weight: 300;
  padding-bottom: 20px;
}

.asset-class__outlook__stat__interest-bullets {
  padding-left: 0%;
  margin-top: -10px;
}

.asset-class__outlook__stat__interest-bullets > li:before {
  content: '•';
  color: #bc9c36;
  margin-right: 4px;
}

.asset-class__outlook__stat__interest-bullets > li {
  padding-bottom: 20px;
  font-weight: 300;
  clear: both;
}

.asset-class__outlook__stat__interest-bullets > li > div {
  width: 87%;
  float: right;
}

/** One Year-- More Asset Class Insights section **/

.note-about-interest-rates {
  color: #005c5f;
  text-transform: uppercase;
  padding-bottom: 20px;
}

.note-about-interest-rates > span {
  color: #005c5f;
  text-transform: uppercase;
  font-size: 22px;
  letter-spacing: 2.5px;
  line-height: 26px;
}

.oneyear .button--download {
  max-width: 300px;
}

.oneyear .footer__link.button--download {
  max-width: 250px;
}

/* ------------------- */

/* ASSET CLASS FORECAST SPACING */

.oneyear .asset-class__outlook__stat__header {
  min-height: 170px;
}

@media screen and (min-width: 1277px) {
  .oneyear .asset-class__outlook__stat__header {
    min-height: 150px;
  }
}

@media screen and (max-width: 1090px) {
  .oneyear .asset-class__outlook__stat__header {
    min-height: 220px;
  }
}

@media screen and (max-width: 870px) {
  .oneyear .asset-class__outlook__stat__header {
    min-height: 260px;
  }
}

/* ------------------- */

@media screen and (max-width: 400px) {
  .oneyear .button--download {
    font-size: 0.6rem;
  }
  .oneyear footer .button--download {
    font-size: 0.8rem;
    max-width: 250px;
  }
}

.oneyear .is-visible {
  /*height: 100%;*/
  overflow: auto;
  /*max-height: 800px;  */
}

.oneyear .charts__container.is-visible {
  margin-top: 80px;
  max-height: 500px;
  height: 500px;
  /*overflow: auto;*/
}

.oneyear .asset-class__outlook__stat__additional-content-container.is-visible {
  max-height: 350px;
  height: 350px;
  /*overflow: visible;*/
}

#outlook__stat__additional-content-container--longer.is-visible {
  height: 700px;
  max-height: 700px;
}

@media screen and (max-width: 400px) {
  #outlook__stat__additional-content-container--longer.is-visible {
    height: 750px;
    max-height: 750px;
    overflow: visible;
  }
  .oneyear
    .asset-class__outlook__stat__additional-content-container.is-visible {
    overflow: auto;
    max-height: 375px;
    height: 375px;
  }
}

/* mobile only */

@media screen and (max-width: 767px) {
  .tactical-risk-wrap {
    margin: -61px 0 0;
  }

  .oneyear .asset-class__outlook__stat__header {
    min-height: 0px;
  }

  .note-about-interest-rates {
    padding-top: 20px;
  }

  .exhibit-outlook-table-divs--heading {
    display: none;
  }
  .exhibit-outlook-table-divs--row {
    height: 525px;
  }
  .exhibit-outlook-class-type-wrap .row-equity {
    margin-top: 1177px;
    width: 1169px;
  }
  .exhibit-outlook-class-type-wrap .row-assets {
    margin-top: 1112px;
    width: 1138px;
  }
  .exhibit-outlook-class-type-wrap .row-gold {
    margin-top: 512px;
    width: 538px;
  }
  .exhibit-outlook-class-type-wrap .row-fi {
    margin-top: 2207px;
    width: 2232px;
  }
  .exhibit-outlook-class-type-wrap .row-cash {
    margin-top: 476px;
    width: 500px;
  }
}

/** TABLET QUERIES **/

@media screen and (min-width: 768px) {

  .oneyear .asset-class__outlook__stat:nth-child(3) {
      /*border-left: 1px solid $lightGreyTwo;*/
      border-left: none;
  }
  .oneyear .themes__list-item__learn-more {
    /* display: none; */
  }
  .oneyear .asset-class__outlook__stats {
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-direction: row;
        flex-direction: row;
    max-width: 1440px;
  }
  .oneyear .asset-class__outlook__stat__header {
    /* min-height: 250px; */
  }
  .oneyear .asset-class__outlook__stat {
    padding: 0 40px 0 50px;
    width: 33%;
    /* border-right: 1px solid black; */
    margin-top: 80px;
    min-height: 1150px;
  }
  .oneyear .asset-class__outlook__stat:last-of-type {
    border-right: none;
  }
  .oneyear .header {
    padding-top: 43px;
  }
  .secondary-button .button {
    font-size: 16px;
  }

  .oneyear .button--plus-assets:hover {
    background: black;
  }

  .oneyear .mobile-hidden {
    display: block;
  }
  .oneyear .header__text__subtitle {
    font-weight: 200;
    font-size: 3.75rem;
    line-height: 1em;
    margin: 26px auto 34px;
    max-width: 906px;
  }
  .oneyear .button--download {
    max-width: none;
  }

  .oneyear .footer__link.button--download {
    max-width: 500px;
  }

  .oneyear .themes-cta__button-container .button--outlook-table-download:hover {
    border: 0
  }

  .oneyear .themes-cta__button-container .button--outlook-table-download:hover::after {
      background-position: 0;
  }

  .oneyear .button--toggle-outlook-table {
    width: auto;
  }

  .oneyear .button--toggle-outlook-table:hover {
    background-color: transparent;
    color: #005c5f
  }

  .oneyear .button--toggle-outlook-table:hover:after {
      background-image: url('../images/icons/plus.svg');
  }

  .oneyear .marketscape-video {
    width: 564px;
    height: 326px;
  }
  .oneyear .asset-class__outlook__stat {
    border-color: rgba(151, 151, 151, .5)
    /*max-width: 500px;*/
  }
  .oneyear .asset-class__outlook__stat:nth-child(2) {
      border-left: 1px solid rgba(151, 151, 151, .5);
      border-right: 1px solid rgba(151, 151, 151, .5);
      /* border-left: none; */
  }
  .oneyear .asset-class__outlook__stat__top-divider {
    border: none;
    border-top: 1px solid rgba(151, 151, 151, .5);
    max-width: 270px;
    margin: auto;
  }
  /** One Year-- More Asset Class Insights section **/

  .exhibit-outlook-table-divs {
    display: table;
    margin-bottom: 10px;
    width: 91%;
    float: left;
  }
  .exhibit-outlook-table-divs > div {
    display: table-row;
  }
  .exhibit-outlook-table-divs--heading > div {
    display: table-cell;
    font-size: 15px;
    letter-spacing: 2px;
    line-height: 35px;
    padding: 0 20px;
  }
  .exhibit-outlook-table-divs--row {
    font-weight: 300;
    height: 355px;
  }
  .exhibit-outlook-table-divs--row > div {
    display: table-cell;
    border-bottom: 1px solid #4f787a;
  }
  .exhibit-outlook-table-divs--row > div > div {
    padding: 30px 20px;
  }
  .exhibit-outlook-table-divs--row .key-views {
    width: 60%;
  }
  .exhibit-outlook-table-divs--row .col-xs-4,
  .exhibit-outlook-table-divs--row .col-xs-8 {
    float: none;
    margin: 0;
    width: 12%;
  }
  .exhibit-outlook-table-divs--row .col-xs-8 {
    width: 15%;
  }
  .exhibit-outlook-table-divs--row--heading {
    display: none;
  }
  .tactical-risk-wrap {
    display: table;
  }
  .tactical-risk-wrap > div {
    display: table-cell;
  }
  .tactical-risk-wrap small {
    margin-top: 0;
  }
  .oneyear .main-article .reusable-article {
    width: 70%;
  }
  .exhibit-outlook-class-type-wrap .row-equity {
    margin-top: 704px;
    width: 704px;
  }
  .exhibit-outlook-class-type-wrap .row-assets {
    margin-top: 672px;
    width: 699px;
  }
  .exhibit-outlook-class-type-wrap .row-gold {
    margin-top: 316px;
    width: 332px;
  }
  .exhibit-outlook-class-type-wrap .row-fi {
    margin-top: 1388px;
    width: 1415px;
  }
  .exhibit-outlook-class-type-wrap .row-cash {
    margin-top: 305px;
    width: 332px;
  }
}

@media screen and (min-width: 817px) {
  .exhibit-outlook-class-type-wrap .row-fi {
    margin-top: 1388px;
    width: 1415px;
  }
}

@media screen and (min-width: 768px) and (max-width: 778px) {
  .exhibit-outlook-class-type-wrap .row-equity {
    margin-top: 760px;
    width: 760px;
  }

  .exhibit-outlook-class-type-wrap .row-assets {
    margin-top: 693px;
    width: 707px;
  }

  .exhibit-outlook-class-type-wrap .row-fi {
    margin-top: 1465px;
    width: 1478px;
  }
}

@media screen and (min-width: 784px) and (max-width: 798px) {
  .exhibit-outlook-class-type-wrap .row-equity {
    margin-top: 741px;
    width: 741px;
  }

  .exhibit-outlook-class-type-wrap .row-assets {
    margin-top: 671px;
    width: 687px;
  }

  .exhibit-outlook-class-type-wrap .row-fi {
    margin-top: 1403px;
    width: 1418px;
  }
}

@media screen and (min-width: 779px) and (max-width: 783px) {
  .exhibit-outlook-class-type-wrap .row-equity {
    margin-top: 741px;
    width: 741px;
  }

  .exhibit-outlook-class-type-wrap .row-assets {
    margin-top: 691px;
    width: 711px;
  }

  .exhibit-outlook-class-type-wrap .row-fi {
    margin-top: 1453px;
    width: 1468px;
  }

}

@media screen and (min-width: 799px) and (max-width: 816px) {
  .exhibit-outlook-class-type-wrap .row-equity {
    margin-top: 723px;
    width: 723px;
  }

  .exhibit-outlook-class-type-wrap .row-assets {
    margin-top: 673px;
    width: 697px;
  }

  .exhibit-outlook-class-type-wrap .row-fi {
    margin-top: 1395px;
    width: 1418px;
  }
}

@media screen and (min-width: 769px) and (max-width: 915px) {
  #outlook__stat__additional-content-container--longer.is-visible {
    max-height: 775px;
    height: 775px;
    overflow: visible;
  }
}

@media screen and (min-width: 769px) and (max-width: 870px) {
  .outlook__stat__additional-content-container.is-visible {
    max-height: 400px;
    height: 400px;
    overflow: visible;
  }
}

@media screen and (min-width: 1024px) {
  .oneyear .marketscape-video {
    width: 783px;
    height: 449px;
  }
  .oneyear .asset-class__outlook__stat {
    min-height: 700px;
  }
  .oneyear .asset-class__outlook__stat__header {
    /* min-height: 250px; */
  }
  .oneyear .section-header__description {
    max-width: 900px;
  }
  .oneyear .section-header__description-themes {
    /* max-width: 900px; */
      font-weight: 300;
    font-size: 18px;
  }
  .exhibit-outlook-table-divs--row {
    height: 275px;
  }
  .exhibit-outlook-class-type-wrap .row-equity {
    margin-top: 545px;
    width: 545px;
  }
  .exhibit-outlook-class-type-wrap .row-assets {
    margin-top: 511px;
    width: 540px;
  }
  .exhibit-outlook-class-type-wrap .row-gold {
    margin-top: 237px;
    width: 265px;
  }
  .exhibit-outlook-class-type-wrap .row-fi {
    margin-top: 1062px;
    width: 1090px; 
  }
}

@media screen and (min-width: 1280px) {
  .exhibit-outlook-table-divs--row {
    height: 210px;
  }
  .exhibit-outlook-class-type-wrap .row-equity {
    margin-top: 414px;
    width: 414px;
  }
  .exhibit-outlook-class-type-wrap .row-assets {
    margin-top: 382px;
    width: 410px;
  }
  .exhibit-outlook-class-type-wrap .row-gold {
    margin-top: 170px;
    width: 198px;
  }
  .exhibit-outlook-class-type-wrap .row-fi {
    margin-top: 800px;
    width: 826px;
  }

}

.legal h1 {
    font-weight: 200;
    font-size: 60px;
    font-size: 3.75rem;
    line-height: 1em;
    letter-spacing: 11px;
    letter-spacing: 0.6875rem;
    margin: 48px 0 24px 0;
}

.legal h2 {
    font-weight: 500;
    font-size: 23px;
    font-size: 1.4375rem;
    line-height: 1em;
    margin: 30px 0 16px;
    color: #f1c400;
    max-width: 100%;
}

.legal p, .legal a {
    font-size: 20px;
    text-align: left;
    margin-bottom: 24px;
    color: white;
}

.legal p:last-child {
    font-size: 20px;
    text-align: left;
    padding-bottom: 40px;
    margin-bottom: 0;
}

.legal li {
    padding: 0px 0 8px 8px;
    margin-left: 40px;
    list-style-type: disc;
    font-size: 20px;
}

.legal li ul {
    margin-top: 15px;
}

.legal li ul li {
    list-style-type: circle;
}
