@charset 'UTF-8';

.panel-box.-feature.-mylife-yell>.title {
  color: #fff;
  border-bottom: 3px solid #0d1a13;
  background: #777c90;
}

.panel-box.-feature.-mylife-yell>.title .ico-circle {
  color: #777c90;
  background: #fff;
}

.tbl.-secondary.-mylife-yell>tbody>tr>th {
  color: #fff;
  border: 3px solid #fff;
  background: #777c90;
}

.tbl.-secondary.-mylife-yell>tbody>tr>td {
  border: 3px solid #fff;
  background: #eee;
}

.box.-mylife-yell {
  background-color: #f4f6f8;
}

.list.-fidelity-growth-opportunity>.box {
  margin-top: 1.5em;
}

.list.-fidelity-growth-opportunity .ico-circle {
  background-color: #00618f;
}

.link-list[data-cols='1'].-fidelity-growth-opportunity>li {
  max-width: 100%;

  flex-basis: 100%;
}

.tbl.-secondary.-transform .tbl.-fidelity-growth-opportunity-spec tr>* {
  border-bottom: 1px solid #e3e3e3;
}

.block.-fund-slide {
  position: relative;
  padding: 0 50px;
}

.block.-fund-slide:not(.-loaded) {
  opacity: 0;
}

.block.-fund-slide .swiper-button {
  position: absolute;
  top: 0;
  bottom: 0;
  overflow: hidden;
  width: 14px;
  height: 24px;
  margin: auto;
  cursor: pointer;
  background: none;
}

.block.-fund-slide .swiper-button:before {
  overflow: hidden;
}

.block.-fund-slide .swiper-button:after {
  position: absolute;
  top: 0;
  right: 6px;
  bottom: 0;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: auto;
  content: '';
  transform: rotate(45deg);
  vertical-align: middle;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  border-bottom-color: transparent!important;
  border-left-color: transparent!important;
}

.block.-fund-slide .swiper-button.swiper-button-prev {
  left: 20px;
}

.block.-fund-slide .swiper-button.swiper-button-prev:after {
  left: 4px;
  transform: rotate(225deg);
}

.block.-fund-slide .swiper-button.swiper-button-next {
  right: 20px;
}

.block.-fund-slide .swiper-button.swiper-button-next:after {
  right: 4px;
}

.block.-fund-products-slide {
  margin-top: 5px;
}

.block.-fund-products-slide>.slide-container>.slide-wrapper {
  align-items: stretch;
}

.block.-fund-products-slide>.slide-container>.slide-wrapper>.slide-item {
  display: flex;
  height: auto;
  padding: 0 5px 1px;

  align-items: stretch;
}

.fund-product-box {
  width: 100%;
}

.fund-product-box .labels {
  position: absolute;
  top: 5px;
  left: 5px;
}

@media screen and (max-width:767px) {
  .tbl.-secondary.-mylife-yell>tbody>tr>td {
    border-top: none;
  }

  .tbl.-secondary.-transform.-mylife-yell tr:last-child>:last-child {
    border-bottom: none;
  }

  .tbl.-secondary.-transform.-mylife-yell .tbl>tbody>tr:last-child {
    border-bottom: 1px solid #ccc;
  }

  .block.-fund-slide {
    padding: 0 28px;
  }

  .block.-fund-slide {
    margin-right: -10px;
    margin-left: -10px;
  }

  .block.-fund-slide .swiper-button.swiper-button-prev {
    left: 8px;
  }

  .block.-fund-slide .swiper-button.swiper-button-next {
    right: 8px;
  }
}
