.responsive-table-2 {
  margin-bottom: 20px;
}
.responsive-table-2 td,
.responsive-table-2 th {
  padding: 20px;
  font-size: 16px;
  vertical-align: top;
  text-align: center;
}
.responsive-table-2 td:first-child .plus,
.responsive-table-2 th:first-child .plus {
  position: relative;
  width: 53%;
  padding-right: 50px;
}
.responsive-table-2 td:first-child .plus:before,
.responsive-table-2 th:first-child .plus:before {
  content: "+";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -22px;
  font-size: 30px;
  font-weight: bold;
}
.responsive-table-2 td.white-bg,
.responsive-table-2 th.white-bg {
  background: #fff;
  border-top: 0;
}
.responsive-table-2 td:last-child,
.responsive-table-2 th:last-child {
  border-right: 0;
}
.responsive-table-2 [rowspan] {
  vertical-align: middle;
}
.responsive-table-2 [rowspan]:nth-last-child(2) {
  border-right-color: transparent;
}
.responsive-table-2.no-border td {
  border: none;
}
.responsive-table-2.no-border-footer tfoot td {
  border: none;
}
.responsive-table-2 tr.highlight-row {
  background: rgba(0, 154, 217, 0.65);
  color: white;
}
.responsive-table-2 tr.highlight-row td {
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .highlight-col-1 table td:nth-child(1),
  .highlight-col-2 table td:nth-child(2),
  .highlight-col-3 table td:nth-child(3),
  .highlight-col-4 table td:nth-child(4),
  .highlight-col-5 table td:nth-child(5),
  .highlight-col-6 table td:nth-child(6),
  .highlight-col-7 table td:nth-child(7),
  .highlight-col-8 table td:nth-child(8),
  .highlight-col-9 table td:nth-child(9),
  .highlight-col-10 table td:nth-child(10) {
    background: #001f67;
    color: white;
  }
  .responsive-table-2 td,
  .responsive-table-2 th {
    border: solid 1px #f7f7f7;
  }
  .responsive-table-2 td:last-child,
  .responsive-table-2 th:last-child {
    border-right: 0;
  }
  .responsive-table-2 th {
    color: #fff;
    background: #001f67;
  }
  .responsive-table-2 td:first-child:nth-last-child(1),
  .responsive-table-2 td:first-child:nth-last-child(1) ~ td,
  .responsive-table-2 td:first-child:nth-last-child(1) ~ th {
    width: 100%;
  }
  .responsive-table-2 td:first-child:nth-last-child(2),
  .responsive-table-2 td:first-child:nth-last-child(2) ~ td,
  .responsive-table-2 td:first-child:nth-last-child(2) ~ th {
    width: 50%;
  }
  .responsive-table-2 td:first-child:nth-last-child(3),
  .responsive-table-2 td:first-child:nth-last-child(3) ~ td,
  .responsive-table-2 td:first-child:nth-last-child(3) ~ th {
    width: 33.3333%;
  }
  .responsive-table-2 td:first-child:nth-last-child(4),
  .responsive-table-2 td:first-child:nth-last-child(4) ~ td,
  .responsive-table-2 td:first-child:nth-last-child(4) ~ th {
    width: 25%;
  }
  .responsive-table-2 td:first-child:nth-last-child(5),
  .responsive-table-2 td:first-child:nth-last-child(5) ~ td,
  .responsive-table-2 td:first-child:nth-last-child(5) ~ th {
    width: 20%;
  }
  .responsive-table-2 td:first-child:nth-last-child(6),
  .responsive-table-2 td:first-child:nth-last-child(6) ~ td,
  .responsive-table-2 td:first-child:nth-last-child(6) ~ th {
    width: 16.6667%;
  }
  .responsive-table-2 td:first-child:nth-last-child(7),
  .responsive-table-2 td:first-child:nth-last-child(7) ~ td,
  .responsive-table-2 td:first-child:nth-last-child(7) ~ th {
    width: 14.285%;
  }
  .responsive-table-2 td:first-child:nth-last-child(8),
  .responsive-table-2 td:first-child:nth-last-child(8) ~ td,
  .responsive-table-2 td:first-child:nth-last-child(8) ~ th {
    width: 12.5%;
  }
  .responsive-table-2 td:first-child:nth-last-child(9),
  .responsive-table-2 td:first-child:nth-last-child(9) ~ td,
  .responsive-table-2 td:first-child:nth-last-child(9) ~ th {
    width: 11.1111%;
  }
  .responsive-table-2 td:first-child:nth-last-child(10) .responsive-table-2 td:first-child:nth-last-child(10) ~ td,
  .responsive-table-2 td:first-child:nth-last-child(10) ~ th {
    width: 10%;
  }
}
@media only screen and (max-width: 767px) {
  .responsive-table-2 th:first-child:nth-last-child(2),
  .responsive-table-2 td:first-child:nth-last-child(2),
  .responsive-table-2 th:first-child:nth-last-child(3),
  .responsive-table-2 td:first-child:nth-last-child(3),
  .responsive-table-2 th:first-child:nth-last-child(4),
  .responsive-table-2 td:first-child:nth-last-child(4),
  .responsive-table-2 th:first-child:nth-last-child(5),
  .responsive-table-2 td:first-child:nth-last-child(5),
  .responsive-table-2 th:first-child:nth-last-child(6),
  .responsive-table-2 td:first-child:nth-last-child(6),
  .responsive-table-2 th:first-child:nth-last-child(7),
  .responsive-table-2 td:first-child:nth-last-child(7),
  .responsive-table-2 th:first-child:nth-last-child(8),
  .responsive-table-2 td:first-child:nth-last-child(8),
  .responsive-table-2 th:first-child:nth-last-child(9),
  .responsive-table-2 td:first-child:nth-last-child(9),
  .responsive-table-2 th:first-child:nth-last-child(10),
  .responsive-table-2 td:first-child:nth-last-child(10) {
    width: 100%;
  }
  .responsive-table-2 th:first-child:nth-last-child(2) ~ td,
  .responsive-table-2 td:first-child:nth-last-child(2) ~ td,
  .responsive-table-2 th:first-child:nth-last-child(2) ~ th,
  .responsive-table-2 td:first-child:nth-last-child(2) ~ th {
    width: 100%;
  }
  .responsive-table-2 th:first-child:nth-last-child(3) ~ td,
  .responsive-table-2 td:first-child:nth-last-child(3) ~ td,
  .responsive-table-2 th:first-child:nth-last-child(3) ~ th,
  .responsive-table-2 td:first-child:nth-last-child(3) ~ th {
    width: 50%;
  }
  .responsive-table-2 th:first-child:nth-last-child(4) ~ td,
  .responsive-table-2 td:first-child:nth-last-child(4) ~ td,
  .responsive-table-2 th:first-child:nth-last-child(4) ~ th,
  .responsive-table-2 td:first-child:nth-last-child(4) ~ th {
    width: 33.3333%;
  }
  .responsive-table-2 th:first-child:nth-last-child(5) ~ td,
  .responsive-table-2 td:first-child:nth-last-child(5) ~ td,
  .responsive-table-2 th:first-child:nth-last-child(5) ~ th,
  .responsive-table-2 td:first-child:nth-last-child(5) ~ th {
    width: 25%;
  }
  .responsive-table-2 th:first-child:nth-last-child(6) ~ td,
  .responsive-table-2 td:first-child:nth-last-child(6) ~ td,
  .responsive-table-2 th:first-child:nth-last-child(6) ~ th,
  .responsive-table-2 td:first-child:nth-last-child(6) ~ th {
    width: 20%;
  }
  .responsive-table-2 th:first-child:nth-last-child(7) ~ td,
  .responsive-table-2 td:first-child:nth-last-child(7) ~ td,
  .responsive-table-2 th:first-child:nth-last-child(7) ~ th,
  .responsive-table-2 td:first-child:nth-last-child(7) ~ th {
    width: 16.6667%;
  }
  .responsive-table-2 th:first-child:nth-last-child(8) ~ td,
  .responsive-table-2 td:first-child:nth-last-child(8) ~ td,
  .responsive-table-2 th:first-child:nth-last-child(8) ~ th,
  .responsive-table-2 td:first-child:nth-last-child(8) ~ th {
    width: 14.285%;
  }
  .responsive-table-2 th:first-child:nth-last-child(9) ~ td,
  .responsive-table-2 td:first-child:nth-last-child(9) ~ td,
  .responsive-table-2 th:first-child:nth-last-child(9) ~ th,
  .responsive-table-2 td:first-child:nth-last-child(9) ~ th {
    width: 12.5%;
  }
  .responsive-table-2 th:first-child:nth-last-child(10) ~ td,
  .responsive-table-2 td:first-child:nth-last-child(10) ~ td,
  .responsive-table-2 th:first-child:nth-last-child(10) ~ th,
  .responsive-table-2 td:first-child:nth-last-child(10) ~ th {
    width: 10%;
  }
  .responsive-table-2 td,
  .responsive-table-2 th {
    font-size: 12px;
    padding: 10px 0;
    text-align: left;
  }
  .responsive-table-2 td:first-child,
  .responsive-table-2 th:first-child {
    display: block;
    width: 100%;
  }
  .responsive-table-2 tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
  }
  .responsive-table-2 tr.highlight-row {
    background: #001f67;
  }
  .responsive-table-2 tr.highlight-row td {
    padding: 10px 10px;
    text-align: center;
  }
  .responsive-table-2 tr.highlight-row td:first-child {
    background: none;
  }
  .responsive-table-2 tr.no-header td:first-child {
    display: none;
  }
  .responsive-table-2 tbody tr td:first-child {
    color: #fff;
    font-weight: 700;
    background: rgba(0, 154, 217, 0.65);
    display: block;
    width: 100%;
    text-align: center;
  }
}
@media only screen and (min-width: 992px) {
  .subtitlemixin.subtitle {
    margin-bottom: 5px;
  }
  .subtitlemixin.subtitle + span {
    display: block;
    font-size: 16px;
  }
  .sticky-wrapper section[class*="-block"] .heading2 {
    padding: 0 30px 0 50px;
    margin: 0 0 30px;
    outline: none;
  }
  .sticky-wrapper section[class*="-block"] .heading2.subtitle {
    margin-bottom: 5px;
  }
  .sticky-wrapper section[class*="-block"] .heading2.subtitle + span {
    display: block;
    font-size: 16px;
  }
  .sticky-wrapper section[class*="-block"] .heading2-t-30 {
    padding: 30px 0;
    padding-left: 50px;
    outline: none;
  }
  .sticky-wrapper section[class*="-block"] .heading2-t-30.subtitle {
    margin-bottom: 5px;
  }
  .sticky-wrapper section[class*="-block"] .heading2-t-30.subtitle + span {
    display: block;
    font-size: 16px;
  }
  .sticky-wrapper .section-title .heading2.subtitle {
    margin-bottom: 5px;
  }
  .sticky-wrapper .section-title .heading2.subtitle + span {
    display: block;
    font-size: 16px;
  }
  .sticky-nav {
    margin: 30px 0 0;
    background: #fff;
  }
  .sticky-nav.affix {
    top: 0;
    z-index: 1005;
    width: 1180px;
    margin: 0;
    border-bottom: 1px solid #e5e5e5;
  }
  .sticky-nav.affix + .foreign-exchange-content {
    padding-top: 97px;
  }
  .sticky-nav ul {
    margin-bottom: 0;
    overflow: hidden;
  }
  .sticky-nav li {
    position: relative;
    float: left;
    width: 16.66%;
    min-width: 160px;
    text-align: center;
    border-top: 1px solid #e5e5e5;
    background-color: #f7f7f7;
    -webkit-transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    -ms-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
    transition: background-color 0.5s;
  }
  .sticky-nav li:first-child:before {
    display: none;
  }
  .sticky-nav li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    z-index: 1;
    background-color: #e5e5e5;
  }
  .sticky-nav li:after {
    content: "";
    position: absolute;
    left: 0;
    top: -1px;
    right: 0;
    height: 4px;
    -webkit-transition: background-color 0.7s 0.2s;
    -moz-transition: background-color 0.7s 0.2s;
    -ms-transition: background-color 0.7s 0.2s;
    -o-transition: background-color 0.7s 0.2s;
    transition: background-color 0.7s 0.2s;
    background-color: transparent;
  }
  .sticky-nav li.active,
  .sticky-nav li:hover,
  .sticky-nav li:focus {
    background-color: #fff;
  }
  .sticky-nav li.active:before,
  .sticky-nav li:hover:before,
  .sticky-nav li:focus:before {
    display: none;
  }
  .sticky-nav li.active:after,
  .sticky-nav li:hover:after,
  .sticky-nav li:focus:after {
    background-color: #06377b;
  }
  .sticky-nav li.active a,
  .sticky-nav li:hover a,
  .sticky-nav li:focus a {
    color: #06377b !important;
    background-color: transparent!important;
  }
  .sticky-nav li.active + li:before,
  .sticky-nav li:hover + li:before,
  .sticky-nav li:focus + li:before {
    display: none;
  }
  .sticky-nav li.active {
    pointer-events: none;
    cursor: default;
  }
  .sticky-nav li.active a {
    pointer-events: none;
    cursor: default;
  }
  .sticky-nav li a {
    display: block;
    padding: 20px 8px !important;
    font-size: 18px;
    color: #333;
    min-height: 25px;
    background: none !important;
  }
  .sticky-nav + section[class*='-block'] .heading2 {
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  .sticky-nav.col-2 li {
    width: 50%;
  }
  .sticky-nav.col-3 li {
    width: 40%;
  }
  .sticky-nav.col-4 li {
    width: 25%;
  }
  .sticky-nav.col-5 li {
    width: 20%;
  }
  .sticky-nav.col-6 li {
    width: 16.6667%;
  }
  .nav-tabs.nav-justified.scrolltabs {
    display: table;
    white-space: nowrap;
  }
  .nav-tabs.nav-justified a {
    white-space: normal;
  }
  .affix .nav-tabs {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .subtitlemixin.subtitle {
    margin-bottom: 5px;
  }
  .subtitlemixin.subtitle + span {
    display: block;
    font-size: 16px;
  }
  .sticky-wrapper section[class*="-block"] .heading2 {
    padding-top: 30px;
    margin-bottom: 10px;
    padding-left: 50px;
    outline: none;
  }
  .sticky-wrapper section[class*="-block"] .heading2.subtitle {
    margin-bottom: 5px;
  }
  .sticky-wrapper section[class*="-block"] .heading2.subtitle + span {
    display: block;
    font-size: 16px;
  }
  .sticky-wrapper section[class*="-block"] .heading2-t-30 {
    padding: 30px 0;
    padding-left: 50px;
    outline: none;
  }
  .sticky-wrapper section[class*="-block"] .heading2-t-30.subtitle {
    margin-bottom: 5px;
  }
  .sticky-wrapper section[class*="-block"] .heading2-t-30.subtitle + span {
    display: block;
    font-size: 16px;
  }
  .sticky-wrapper > .row {
    margin-left: 0;
    margin-right: 0;
  }
  .sticky-wrapper .section-title .heading2.subtitle {
    margin-bottom: 5px;
  }
  .sticky-wrapper .section-title .heading2.subtitle + span {
    display: block;
    font-size: 16px;
  }
  .sticky-nav {
    margin: 30px 0;
  }
  .sticky-nav.affix {
    top: 0;
    z-index: 1002;
    width: 100%;
    margin: 0;
    border-bottom: 1px solid #e5e5e5;
  }
  .sticky-nav ul {
    overflow: hidden;
  }
  .sticky-nav li {
    position: relative;
    float: left;
    width: 16.66%;
    text-align: center;
    border-top: 1px solid #e5e5e5;
    background-color: #f7f7f7;
    -webkit-transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    -ms-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
    transition: background-color 0.5s;
  }
  .sticky-nav li:first-child:before {
    display: none;
  }
  .sticky-nav li:first-child.active a {
    border-left: none !important;
  }
  .sticky-nav li:last-child.active a {
    border-right: none !important;
  }
  .sticky-nav li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    z-index: 1;
    background-color: #e5e5e5;
  }
  .sticky-nav li:after {
    content: "";
    position: absolute;
    left: 0;
    top: -1px;
    right: 0;
    height: 4px;
    background-color: transparent;
  }
  .sticky-nav li.active,
  .sticky-nav li:hover {
    background-color: #fff;
  }
  .sticky-nav li.active:before,
  .sticky-nav li:hover:before {
    display: none;
  }
  .sticky-nav li.active:after,
  .sticky-nav li:hover:after {
    background-color: #06377b;
  }
  .sticky-nav li.active a,
  .sticky-nav li:hover a {
    color: #06377b;
    background-color: transparent!important;
  }
  .sticky-nav li.active + li:before,
  .sticky-nav li:hover + li:before {
    display: none;
  }
  .sticky-nav li.active {
    pointer-events: none;
    cursor: default;
  }
  .sticky-nav li.active a {
    pointer-events: none;
    cursor: default;
  }
  .sticky-nav li a {
    display: block;
    padding: 20px 6px!important;
    font-size: 16px;
    color: #333;
    background: none !important;
  }
  .sticky-nav + section[class*='-block'] .heading2 {
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  .sticky-nav.col-2 li {
    width: 50%;
  }
  .sticky-nav.col-3 li {
    width: 40%;
  }
  .sticky-nav.col-4 li {
    width: 25%;
  }
  .sticky-nav.col-5 li {
    width: 20%;
  }
  .sticky-nav.col-6 li {
    width: 16.6667%;
  }
  .touchevents .sticky-nav li:hover {
    background: #f7f7f7;
  }
  .touchevents .sticky-nav li.active {
    background: #fff;
  }
  .touchevents .sticky-nav li:hover:after {
    background-color: transparent;
  }
  .touchevents .sticky-nav li:hover.active:after {
    background-color: #06377b;
  }
  .touchevents .sticky-nav li:hover a {
    color: #06377b;
  }
  /*.sticky-nav[data-tab].promotion-landing li {
    width: 14.28%;
    max-width: 168px;
    &:nth-child(4),
    &:nth-child(6) {
      max-height: 63px;
      a {
        padding: 9px;
      }

    }
  }*/
  .nav-tabs.nav-justified.scrolltabs {
    display: table;
    white-space: nowrap;
  }
  .nav-tabs.nav-justified a {
    white-space: normal;
  }
  /* iPad Portrait */
  .affix .nav-tabs {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  .sticky-nav a {
    font-size: 12px;
  }
  .sticky-nav[data-tab].promotion-landing li {
    max-width: 168px;
  }
  .sticky-nav[data-tab].promotion-landing li:nth-child(4),
  .sticky-nav[data-tab].promotion-landing li:nth-child(6) {
    max-height: 58px;
  }
  .sticky-nav[data-tab].promotion-landing li:nth-child(4) a,
  .sticky-nav[data-tab].promotion-landing li:nth-child(6) a {
    padding: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .subtitlemixin.subtitle {
    margin-bottom: 5px;
  }
  .subtitlemixin.subtitle + span {
    display: block;
    font-size: 16px;
  }
  .sticky-wrapper section[class*="-block"] .heading2 {
    margin: 25px 0 20px;
    padding-left: 10px;
    outline: none;
  }
  .sticky-wrapper section[class*="-block"] .heading2.subtitle {
    margin-bottom: 5px;
  }
  .sticky-wrapper section[class*="-block"] .heading2.subtitle + span {
    display: block;
    font-size: 16px;
  }
  .sticky-wrapper section[class*="-block"] .heading2-t-30 {
    padding: 30px 0;
    padding-left: 10px;
    outline: none;
  }
  .sticky-wrapper section[class*="-block"] .heading2-t-30.subtitle {
    margin-bottom: 5px;
  }
  .sticky-wrapper section[class*="-block"] .heading2-t-30.subtitle + span {
    display: block;
    font-size: 16px;
  }
  .sticky-wrapper .section-title .heading2.subtitle {
    margin-bottom: 5px;
  }
  .sticky-wrapper .section-title .heading2.subtitle + span {
    display: block;
    font-size: 16px;
  }
  .sticky-nav {
    position: relative;
    margin: 12px 0;
    overflow-y: hidden;
    overflow-x: auto;
    background: #fff;
    -webkit-overflow-scrolling: touch;
  }
  .sticky-nav.affix {
    position: fixed;
    top: 0;
    z-index: 1005;
    width: 100%;
    margin: 0;
    border-bottom: 1px solid #e5e5e5;
  }
  .sticky-nav.affix + .foreign-exchange-content {
    padding-top: 87px;
  }
  .sticky-nav:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    width: 60px;
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, right top, from(transparent), to(#fff));
    background-image: -webkit-linear-gradient(left, transparent, #fff);
    background-image: -moz-linear-gradient(left, transparent, #fff);
    background-image: -ms-linear-gradient(left, transparent, #fff);
    background-image: -o-linear-gradient(left, transparent, #fff);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 1%, #ffffff 100%);
    /* Fix for native browser */
  }
  .sticky-nav.no-mask:before {
    display: none;
  }
  .sticky-nav ul {
    margin-bottom: 0;
    overflow-x: scroll;
    font-size: 0;
    white-space: nowrap;
  }
  .sticky-nav li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    border-top: 1px solid #e5e5e5;
    background-color: #f7f7f7;
    -webkit-transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    -ms-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
    transition: background-color 0.5s;
  }
  .sticky-nav li:first-child:before {
    display: none;
  }
  .sticky-nav li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: #e5e5e5;
    z-index: 1;
  }
  .sticky-nav li:after {
    content: "";
    position: absolute;
    left: 0;
    top: -1px;
    right: 0;
    height: 4px;
    -webkit-transition: background-color 0.7s 0.2s;
    -moz-transition: background-color 0.7s 0.2s;
    -ms-transition: background-color 0.7s 0.2s;
    -o-transition: background-color 0.7s 0.2s;
    transition: background-color 0.7s 0.2s;
    background-color: transparent;
  }
  .sticky-nav li.active {
    background-color: #fff;
  }
  .sticky-nav li.active:before {
    display: none;
  }
  .sticky-nav li.active:after {
    background-color: #06377b;
  }
  .sticky-nav li.active a {
    color: #06377b;
  }
  .sticky-nav li.active + li:before {
    display: none;
  }
  .sticky-nav li.active {
    pointer-events: none;
    cursor: default;
  }
  .sticky-nav li.active a {
    pointer-events: none;
    cursor: default;
  }
  .sticky-nav a {
    display: block;
    padding: 20px;
    font-size: 12px;
    color: #333;
    height: 100%;
  }
  .touchevents .sticky-nav li:hover {
    background: #f7f7f7;
  }
  .touchevents .sticky-nav li.active {
    background: #fff;
  }
  .touchevents .sticky-nav li:hover:after {
    background-color: transparent;
  }
  .touchevents .sticky-nav li:hover.active:after {
    background-color: #06377b;
  }
  .touchevents .sticky-nav li:hover a {
    color: #333;
  }
  .nav-tabs.nav-justified.scrolltabs {
    font-size: 0;
    margin-top: 0;
    white-space: nowrap;
    min-width: 100%;
    text-align: right;
    overflow: visible;
    -webkit-transition: transform 0.3s linear;
    -moz-transition: transform 0.3s linear;
    -ms-transition: transform 0.3s linear;
    -o-transition: transform 0.3s linear;
    transition: transform 0.3s linear;
  }
  .nav-tabs.nav-justified.scrolltabs li {
    float: none;
    width: 33.33%;
  }
  .nav-tabs.nav-justified.scrolltabs li a {
    background: transparent;
    margin: 0;
  }
  .nav-tabs.nav-justified a {
    white-space: normal;
  }
}
/*perspective*/
/*
 * share-selection: Medium like popover menu to share on Twitter or by email any text selected on the page
 *
 * -- Requires jQuery --
 * -- AMD compatible  --
 *
 * Author: Xavier Damman (@xdamman)
 * GIT: https://github.com/xdamman/share-selection
 * MIT License
 */
@keyframes selectionSharerPopover-animation {
  0% {
    transform: matrix(0.97, 0, 0, 1, 0, 12);
    filter: alpha(opacity=0);
    opacity: 0;
  }
  20% {
    transform: matrix(0.99, 0, 0, 1, 0, 2);
    filter: alpha(opacity=70);
    opacity: 0.7;
  }
  40% {
    transform: matrix(1, 0, 0, 1, 0, -1);
    filter: alpha(opacity=100);
    opacity: 1;
  }
  70% {
    transform: matrix(1, 0, 0, 1, 0, 0);
    filter: alpha(opacity=100);
    opacity: 1;
  }
  100% {
    transform: matrix(1, 0, 0, 1, 0, 0);
    filter: alpha(opacity=100);
    opacity: 1;
  }
}
#selectionSharerPopover {
  display: none;
  position: absolute;
  top: -100px;
  left: -100px;
  z-index: 1010;
}
#selectionSharerPopover:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-left: -4px;
  width: 16px;
  height: 16px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #009ad9;
}
#selectionSharerPopover.anim {
  transition: top 0.075s ease-out;
  animation: selectionSharerPopover-animation 180ms f orwards linear;
  -webkit-animation: selectionSharerPopover-animation 180ms forwards linear;
}
#selectionSharerPopover-inner {
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
#selectionSharerPopover-inner label {
  display: block;
}
#selectionSharerPopover .selectionSharerPopover-clip {
  position: absolute;
  bottom: -11px;
  display: block;
  left: 50%;
  clip: rect(12px 24px 24px 0);
  margin-left: -12px;
  width: 24px;
  height: 24px;
  line-height: 24px;
}
#selectionSharerPopover .selectionSharerPopover-arrow {
  display: block;
  width: 20px;
  height: 20px;
  -webkit-transform: rotate(45deg) scale(0.5);
  transform: rotate(45deg) scale(0.5);
  box-sizing: content-box;
}
.selectionSharer ul {
  padding: 0;
  display: inline;
}
.selectionSharer ul li {
  float: left;
  list-style: none;
  background: none;
  margin: 0;
}
.selectionSharer a.action {
  display: block;
  text-indent: -2000px;
  margin: 5px 7px;
  width: 22px;
  height: 22px;
  border: none;
}
.selectionSharer a:hover {
  color: #ccc;
}
.selectionSharer a.tweet {
  background: url(/images/icon-share-twitter-white.png) no-repeat 0 0 transparent;
}
.selectionSharer a.facebook {
  background: url(/images/icon-share-fb-white.png) no-repeat 0 0 transparent;
}
.selectionSharer a.linkedin {
  background: url(/images/icon-share-linkedin-white.png) no-repeat 0 0 transparent;
}
#selectionSharerPopunder.fixed {
  transition: bottom 0.5s ease-in-out;
  width: 100%;
  position: fixed;
  left: 0;
  bottom: -50px;
}
.selectionSharer {
  transition: -webkit-transform 0.6s ease-in-out;
}
.selectionSharer.moveDown {
  -webkit-transform: translate3d(0, 60px, 0);
}
#selectionSharerPopunder {
  position: absolute;
  left: 0;
  width: 100%;
  height: 0px;
  transition: height 0.5s ease-in-out;
  background: #ccc;
  border: none;
  box-shadow: inset 0px 10px 5px -10px rgba(0, 0, 0, 0.5), inset 0px -10px 5px -10px rgba(0, 0, 0, 0.5);
  border-radius: 0;
  overflow: hidden;
}
#selectionSharerPopunder.show {
  height: 50px;
}
.selectionSharerPlaceholder {
  height: 1em;
  margin-bottom: -2em;
  transition: height 0.5s ease-in-out;
}
.selectionSharerPlaceholder.show {
  height: 50px !important;
}
#selectionSharerPopunder-inner ul {
  overflow: hidden;
  float: right;
  margin: 0px;
}
#selectionSharerPopunder-inner ul li {
  padding: 5px;
  overflow: hidden;
}
#selectionSharerPopunder-inner label {
  color: white;
  font-weight: 300;
  line-height: 50px;
  margin: 0px 20px 0px 10px;
}
#selectionSharerPopunder-inner a {
  width: 30px;
  height: 30px;
  background-size: 30px;
}
#selectionSharerPopunder-inner a.tweet {
  background-position: 0px 2px;
}
@media screen and (max-width: 991px) {
  div#selectionSharerPopover.selectionSharer.share-widget.show {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.group-heading {
  position: relative;
}
.group-heading .heading1 {
  float: left;
  margin: 30px 35px;
}
.group-heading .right-heading {
  float: right;
  margin: 30px 35px;
}
@media screen and (min-width: 768px) {
  .group-heading .right-heading {
    font-size: 14px;
  }
}
.group-heading .right-heading .tooltip.bottom {
  padding-top: 8px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.group-heading .right-heading .tooltip.bottom .tooltip-arrow {
  border-width: 0 10px 8px;
  border-bottom-color: #b3b5b9;
  margin-left: 0;
  top: 0 !important;
}
.group-heading .right-heading .tooltip.bottom .tooltip-inner {
  max-width: 135px;
  padding: 15px 10px;
  text-align: left;
  font-size: 14px;
  background: url('/images/funds/tooltip-bg.png') 0 0;
}
.group-heading .right-heading .share-group {
  display: none;
}
.group-heading .filter-btn {
  display: none;
}
.group-heading img {
  display: inline-block;
  margin-right: 10px;
}
.group-heading a {
  color: #06377b;
  font-size: 14px;
}
.group-heading.article-heading {
  margin-top: -54px;
  padding-bottom: 40px;
}
.group-heading.article-heading .right-heading {
  margin: 0 35px;
}
@media screen and (max-width: 767px) {
  .group-heading .share-btn,
  .group-heading .filter-btn {
    display: inline-block;
    width: 17px;
    margin-right: 10px;
  }
  .group-heading .share-btn + a img,
  .group-heading .filter-btn + a img {
    width: 13px;
  }
  .group-heading .right-heading {
    margin: 20px 10px;
  }
  .group-heading .right-heading .text {
    display: none;
  }
  .group-heading .right-heading .share-group {
    display: inline-block;
  }
  .group-heading .heading1 {
    margin: 15px 10px;
  }
  .group-heading.article-heading {
    top: 0;
    margin-top: 0;
    padding-bottom: 0;
  }
  .group-heading.article-heading .right-heading {
    margin: 20px 10px;
  }
}
.group-articles:after {
  clear: both;
  content: '';
  display: table;
}
.group-box-article {
  margin-left: -30px;
  margin-right: -30px;
}
.group-box-article + .divider {
  border-top: 1px solid #e5e5e5;
  margin: 10px -15px;
}
.group-box-article + .divider:after {
  content: '';
  display: table;
}
.group-box-article .box-article {
  background-color: #f3f3f3;
  padding: 0 15px 20px;
  margin-bottom: 30px;
  height: calc(100% - 30px);
}
.group-box-article .box-article h4 {
  width: 75%;
  font-weight: 700;
  padding-bottom: 5px;
  padding-top: 25px;
}
.group-box-article .box-article .divider {
  border-top: 1px solid #d1d1d1;
  margin-bottom: 20px;
}
.group-box-article .box-article .img-article {
  width: calc(100% + 30px);
  margin: 0 -15px;
  overflow: hidden;
}
.group-box-article .box-article .img-article img {
  width: 100%;
}
.group-box-article .box-article a {
  color: #333;
}
.group-box-article .box-article:after {
  clear: both;
  content: '';
  display: table;
}
.group-box-article:after {
  clear: both;
  content: '';
  display: table;
}
.group-box-article .col-sm-6:nth-of-type(odd) {
  clear: both;
}
.group-box-article.type-2 {
  padding: 0 15px;
}
.group-box-article.type-2 .heading-article {
  padding: 30px 30px 20px;
}
.group-box-article.type-2 .box-article {
  padding-bottom: 5px;
  margin-bottom: 20px;
}
.group-box-article.type-2 .box-article:nth-of-type(3n + 2) .img-article:before,
.group-box-article.type-2 .box-article:nth-of-type(3n + 3) .img-article:before,
.group-box-article.type-2 .box-article:nth-of-type(3n + 1) .img-article:before,
.group-box-article.type-2 .box-article:nth-of-type(3n + 3) .img-article:before {
  left: 30px;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 20px solid #f3f3f3;
}
.group-box-article.type-2 .img-article {
  position: relative;
}
.group-box-article.type-2 .img-article:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  bottom: 0;
  left: 55px;
  transition: all 0.3s ease;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 30px solid #f3f3f3;
}
.group-box-article.type-2 + .divider {
  margin: 10px 0;
}
.box-sharing {
  font-size: 13px;
}
.box-sharing .desc1 {
  display: block;
  margin-bottom: 15px;
}
.box-sharing .desc1 .tag-name {
  display: inline-block;
  width: calc(100% - 90px);
  word-break: break-all;
}
.box-sharing .desc2 {
  display: block;
  padding-top: 15px;
}
.box-sharing .desc2 span:first-child {
  display: inline-block;
  width: calc(100% - 80px);
}
.box-sharing .group-share,
.box-sharing .bookmark-flag {
  display: inline-block;
  vertical-align: middle;
}
.box-sharing .group-share {
  padding-right: 20px;
}
.box-sharing .bookmark-flag {
  width: 15px;
  height: 22px;
  background: url('/images//perspective/icon/bookmark.png') no-repeat;
  background-size: contain;
}
.box-sharing .bookmark-flag.checked {
  background: url('/images//perspective/icon/bookmark-activ.png') no-repeat;
  background-size: contain;
}
.box-sharing .box-social {
  position: relative;
  top: -12px;
}
@media screen and (min-width: 768px) {
  .group-box-article .box-article.list-type {
    position: relative;
    padding-bottom: 0;
    margin-bottom: 20px;
  }
  .group-box-article .box-article.list-type .divider {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    margin: 10px 0;
  }
  .group-box-article .box-article.list-type h4 {
    padding-top: 20px;
    color: #00205b;
  }
  .group-box-article .box-article.list-type .box-social {
    position: absolute;
    top: 20px;
    right: 15px;
  }
  .group-box-article .box-article.list-type .box-sharing .desc1,
  .group-box-article .box-article.list-type .box-sharing .desc2 {
    display: inline-block;
  }
  .group-box-article .box-article.list-type .box-sharing .desc1 span,
  .group-box-article .box-article.list-type .box-sharing .desc2 span {
    width: auto;
  }
  .group-box-article .box-article.list-type .box-sharing .desc1 {
    display: inline-block;
  }
  .group-box-article .box-article.list-type .box-sharing .desc1 a {
    width: auto;
    position: relative;
  }
  .group-box-article .box-article.list-type .box-sharing .desc1 .pull-right {
    margin-top: 8px;
    float: none !important;
  }
  .group-box-article .box-article.list-type .box-sharing .desc2 {
    margin-bottom: 20px;
  }
  .group-box-article .box-article.list-type .box-sharing .desc2 > a {
    position: absolute;
    margin-top: 5px;
  }
  .group-box-article .box-article.list-type .box-sharing .desc1 + .desc2 > a {
    left: 105px;
  }
  .group-box-article .box-article.list-type .box-sharing .desc1 + .desc2 > a:before {
    content: '|';
    position: relative;
    margin-right: 15px;
  }
  .group-box-article .box-article.list-type .img-article {
    max-width: 190px;
    float: left;
  }
  .group-box-article .box-article.list-type .img-article img {
    position: relative;
    min-width: 268px;
    -webkit-transform: translateX(-15%);
    -moz-transform: translateX(-15%);
    -ms-transform: translateX(-15%);
    -o-transform: translateX(-15%);
    transform: translateX(-15%);
  }
  .group-box-article .box-article.list-type .img-article + .header-article {
    position: absolute;
    top: 0;
    right: 0;
    width: calc(100% - 190px);
    padding-left: 15px;
  }
  .group-box-article .box-article.list-type .img-article + .header-article p {
    width: 75%;
    margin-bottom: 0;
  }
  .group-box-article .box-article.list-type .img-article + .header-article + .divider {
    position: absolute;
  }
  .group-box-article .box-article.list-type .img-article + .header-article + .divider + .box-sharing {
    position: absolute;
    top: 0;
    left: 190px;
    right: 0;
    bottom: 0;
    padding-left: 15px;
  }
  .group-box-article .box-article.list-type .img-article + .header-article + .divider + .box-sharing .desc1 {
    position: absolute;
    margin-bottom: 0;
    bottom: 15px;
  }
  .group-box-article .box-article.list-type .img-article + .header-article + .divider + .box-sharing .desc2 > a {
    bottom: 15px;
  }
  .group-box-article .box-article.list-type .tag-name {
    width: auto;
  }
  .group-box-article.type-2.big-to-small .box-article.list-type .img-article img,
  .group-box-article.type-2.small-to-big .box-article.list-type .img-article img {
    min-width: 275px;
  }
  .group-box-article.type-2.big-to-small .box-article.list-type:nth-of-type(n),
  .group-box-article.type-2.small-to-big .box-article.list-type:nth-of-type(n) {
    padding-bottom: 0;
    width: calc(100% - 30px);
    margin: 0 15px 30px;
  }
  .group-box-article.type-2.big-to-small .box-article.list-type .box-sharing .box-social,
  .group-box-article.type-2.small-to-big .box-article.list-type .box-sharing .box-social {
    top: 20px;
  }
  .group-box-article.type-2.big-to-small .box-article .box-sharing .box-social,
  .group-box-article.type-2.small-to-big .box-article .box-sharing .box-social {
    top: -3px;
  }
  .group-box-article.type-2.big-to-small .box-article.list-type:nth-of-type(3n + 2) .img-article img,
  .group-box-article.type-2.big-to-small .box-article.list-type:nth-of-type(3n + 3) .img-article img {
    min-width: 385px;
  }
  .group-box-article.type-2.small-to-big .box-article.list-type:nth-of-type(3n + 1) .img-article img,
  .group-box-article.type-2.small-to-big .box-article.list-type:nth-of-type(3n + 3) .img-article img {
    min-width: 385px;
  }
  .no-list-bookmarks {
    display: none;
    margin-bottom: 20px;
  }
  .group-box-article.type-2.big-to-small .box-article:nth-of-type(3n + 1) {
    clear: both;
    float: left;
    width: calc(66.66666667% - 30px);
    margin: 0 15px 30px;
    padding-bottom: 10px;
  }
  .group-box-article.type-2.big-to-small .box-article:nth-of-type(3n + 1) h4 {
    font-size: 25px;
    width: 75%;
  }
  .group-box-article.type-2.big-to-small .box-article:nth-of-type(3n + 2),
  .group-box-article.type-2.big-to-small .box-article:nth-of-type(3n + 3) {
    float: left;
    width: calc(33.33333333% - 30px);
    margin: 0 15px 30px;
  }
  .group-box-article.type-2.big-to-small .box-article:nth-of-type(3n + 2) h4,
  .group-box-article.type-2.big-to-small .box-article:nth-of-type(3n + 3) h4 {
    width: 75%;
    padding-top: 15px;
  }
  .group-box-article.type-2.big-to-small .box-article:nth-of-type(3n + 2) p,
  .group-box-article.type-2.big-to-small .box-article:nth-of-type(3n + 3) p {
    width: 75%;
  }
  .group-box-article.type-2.big-to-small .box-article:nth-of-type(3n + 2) .divider,
  .group-box-article.type-2.big-to-small .box-article:nth-of-type(3n + 3) .divider {
    margin: 14px 0;
  }
  .group-box-article.type-2.big-to-small .box-article:nth-of-type(3n + 2) .box-sharing .desc1,
  .group-box-article.type-2.big-to-small .box-article:nth-of-type(3n + 3) .box-sharing .desc1,
  .group-box-article.type-2.big-to-small .box-article:nth-of-type(3n + 2) .box-sharing .desc2,
  .group-box-article.type-2.big-to-small .box-article:nth-of-type(3n + 3) .box-sharing .desc2 {
    margin-bottom: 10px;
  }
  .group-box-article.type-2.small-to-big .box-article:nth-of-type(3n + 1) {
    clear: both;
  }
  .group-box-article.type-2.small-to-big .box-article:nth-of-type(3n + 2) {
    float: right;
    width: calc(66.66666667% - 30px);
    margin: 0 15px 30px;
    padding-bottom: 10px;
  }
  .group-box-article.type-2.small-to-big .box-article:nth-of-type(3n + 2) h4 {
    font-size: 25px;
    width: 75%;
  }
  .group-box-article.type-2.small-to-big .box-article:nth-of-type(3n + 1),
  .group-box-article.type-2.small-to-big .box-article:nth-of-type(3n + 3) {
    float: left;
    width: calc(33.33333333% - 30px);
    margin: 0 15px 30px;
  }
  .group-box-article.type-2.small-to-big .box-article:nth-of-type(3n + 1) h4,
  .group-box-article.type-2.small-to-big .box-article:nth-of-type(3n + 3) h4 {
    width: 75%;
    padding-top: 15px;
  }
  .group-box-article.type-2.small-to-big .box-article:nth-of-type(3n + 1) p,
  .group-box-article.type-2.small-to-big .box-article:nth-of-type(3n + 3) p {
    width: 75%;
  }
  .group-box-article.type-2.small-to-big .box-article:nth-of-type(3n + 1) .divider,
  .group-box-article.type-2.small-to-big .box-article:nth-of-type(3n + 3) .divider {
    margin: 14px 0;
  }
  .group-box-article.type-2.small-to-big .box-article:nth-of-type(3n + 1) .box-sharing .desc1,
  .group-box-article.type-2.small-to-big .box-article:nth-of-type(3n + 3) .box-sharing .desc1,
  .group-box-article.type-2.small-to-big .box-article:nth-of-type(3n + 1) .box-sharing .desc2,
  .group-box-article.type-2.small-to-big .box-article:nth-of-type(3n + 3) .box-sharing .desc2 {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .group-box-article .box-article {
    padding-bottom: 10px;
  }
  .group-box-article .box-article h4 {
    width: 100%;
  }
  .group-box-article .box-article p {
    width: 100%;
  }
  .box-sharing .desc1 .tag-name {
    width: calc(100% - 90px);
  }
  .desc2 span:first-child {
    width: calc(100% - 80px);
  }
  .group-box-article.type-2 .box-article:nth-of-type(3n + 1) h4,
  .group-box-article.type-2 .box-article:nth-of-type(3n + 1) h4,
  .group-box-article.type-2 .box-article:nth-of-type(3n + 1) p,
  .group-box-article.type-2 .box-article:nth-of-type(3n + 1) p {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .group-box-article .box-article.list-type {
    position: relative;
    padding-bottom: 0;
  }
  .group-box-article .box-article.list-type .divider {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    margin: 10px 0;
  }
  .group-box-article .box-article.list-type h4 {
    padding-top: 20px;
    color: #00205b;
    width: calc(100% - 75px);
  }
  .group-box-article .box-article.list-type .box-social {
    position: absolute;
    top: 20px;
    right: 15px;
  }
  .group-box-article .box-article.list-type .box-sharing .desc1,
  .group-box-article .box-article.list-type .box-sharing .desc2 {
    display: inline-block;
  }
  .group-box-article .box-article.list-type .box-sharing .desc1 span,
  .group-box-article .box-article.list-type .box-sharing .desc2 span {
    width: auto;
  }
  .group-box-article .box-article.list-type .box-sharing .desc1 {
    display: inline-block;
  }
  .group-box-article .box-article.list-type .box-sharing .desc1 a {
    width: auto;
    position: relative;
  }
  .group-box-article .box-article.list-type .box-sharing .desc1 .pull-right {
    margin-top: 8px;
    float: none !important;
  }
  .group-box-article .box-article.list-type .box-sharing .desc2 > a {
    position: absolute;
    margin-top: 5px;
  }
  .group-box-article .box-article.list-type .box-sharing .desc1 + .desc2 > a {
    left: 115px;
  }
  .group-box-article .box-article.list-type .box-sharing .desc1 + .desc2 > a:before {
    content: '|';
    position: relative;
    margin-right: 15px;
  }
  .group-box-article .box-article.list-type .img-article {
    max-width: 190px;
    float: left;
  }
  .group-box-article .box-article.list-type .img-article img {
    position: relative;
    min-width: 268px;
    -webkit-transform: translateX(-15%);
    -moz-transform: translateX(-15%);
    -ms-transform: translateX(-15%);
    -o-transform: translateX(-15%);
    transform: translateX(-15%);
  }
  .group-box-article .box-article.list-type .img-article + .header-article {
    position: absolute;
    top: 0;
    right: 0;
    width: calc(100% - 190px);
    padding-left: 15px;
  }
  .group-box-article .box-article.list-type .img-article + .header-article p {
    width: 100%;
    margin-bottom: 0;
  }
  .group-box-article .box-article.list-type .img-article + .header-article + .divider {
    position: absolute;
  }
  .group-box-article .box-article.list-type .img-article + .header-article + .divider + .box-sharing {
    position: absolute;
    top: 0;
    left: 190px;
    right: 0;
    bottom: 0;
    padding-left: 15px;
  }
  .group-box-article .box-article.list-type .img-article + .header-article + .divider + .box-sharing .desc1 {
    position: absolute;
    margin-bottom: 0;
    bottom: 15px;
  }
  .group-box-article .box-article.list-type .img-article + .header-article + .divider + .box-sharing .desc2 > a {
    bottom: 15px;
  }
  .group-box-article.type-2.big-to-small .box-article.list-type .img-article img,
  .group-box-article.type-2.small-to-big .box-article.list-type .img-article img {
    min-width: 320px;
  }
  .group-box-article.type-2.big-to-small .box-article.list-type:nth-of-type(n),
  .group-box-article.type-2.small-to-big .box-article.list-type:nth-of-type(n) {
    width: calc(100% - 30px);
    margin: 0 15px 30px;
  }
  .group-box-article.type-2.big-to-small .box-article.list-type:nth-of-type(n) h4,
  .group-box-article.type-2.small-to-big .box-article.list-type:nth-of-type(n) h4 {
    width: calc(100% - 75px);
  }
  .group-box-article.type-2.big-to-small .box-article.list-type:nth-of-type(3n + 2) .img-article img,
  .group-box-article.type-2.big-to-small .box-article.list-type:nth-of-type(3n + 3) .img-article img {
    min-width: 385px;
  }
  .group-box-article.type-2.small-to-big .box-article.list-type:nth-of-type(3n + 1) .img-article img,
  .group-box-article.type-2.small-to-big .box-article.list-type:nth-of-type(3n + 3) .img-article img {
    min-width: 385px;
  }
}
@media screen and (max-width: 767px) {
  .group-articles {
    margin: 0 -15px;
  }
  .group-box-article .box-article {
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  .group-box-article .box-article .divider {
    margin-top: 20px;
  }
  .group-box-article .box-article h4 {
    font-size: 20px;
  }
  .group-box-article .box-article p {
    font-size: 18px;
  }
  .group-box-article.type-2 {
    padding: 0;
  }
  .group-box-article.type-2 .box-article {
    padding: 0 30px 30px;
  }
  .group-box-article.type-2 .heading-article {
    padding: 30px 45px 20px;
  }
  .group-box-article.type-2 + .divider {
    margin: 10px -15px;
  }
  .box-sharing {
    font-size: 15px;
  }
}
.planning-filter {
  padding-left: 95px;
  position: relative;
  top: 30px;
}
.planning-filter strong {
  display: block;
  color: #06377b;
  width: 100%;
  max-width: 196px;
  margin-bottom: 15px;
}
.planning-filter:before {
  position: absolute;
  content: '';
  height: 100%;
  width: 1px;
  background-color: #e5e5e5;
  left: 45px;
}
.planning-filter .text-right {
  margin-bottom: 0;
  position: relative;
  top: 5px;
}
.planning-filter .show-articles {
  margin-top: 15px;
  margin-bottom: 45px;
}
.planning-filter .list-bookmarks {
  overflow-y: auto;
}
.btn-dropdown {
  font-size: 16px;
}
.filter .head-pop,
.my-bookmarks .head-pop {
  display: none;
}
.my-bookmarks .bookmark-item {
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 20px;
}
.my-bookmarks .bookmark-item:before {
  content: '';
  background: url('/images/perspective/icon/bookmark-activ.png') no-repeat;
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 21px;
  height: 30px;
  top: 3px;
  cursor: pointer;
}
.my-bookmarks .bookmark-item a {
  width: calc(100% - 35px);
  display: inline-block;
  vertical-align: top;
  padding-left: 20px;
  color: #333;
  line-height: 1.2em;
}
@media screen and (min-width: 768px) {
  .perspectives-temp .apply-now-fixed .btn-1 {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .planning-filter {
    padding-left: 45px;
  }
  .planning-filter:before {
    left: 18px;
  }
  .planning-filter .list-bookmarks {
    height: 420px;
  }
}
@media screen and (max-width: 767px) {
  .planning-filter .list-bookmarks {
    height: auto;
    overflow-y: hidden;
  }
  .filter,
  .my-bookmarks {
    display: none;
  }
  .filter.open,
  .my-bookmarks.open {
    display: block;
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    background: #fff;
    padding-bottom: 50px;
    z-index: 50;
  }
  .filter .head-pop,
  .my-bookmarks .head-pop {
    display: block;
    padding: 15px;
    border-bottom: 1px solid #dedede;
    margin-bottom: 20px;
  }
  .filter .head-pop strong,
  .my-bookmarks .head-pop strong {
    font-size: 21px;
  }
  .filter .head-pop .pop-close,
  .my-bookmarks .head-pop .pop-close {
    width: 15px;
    height: 15px;
    position: relative;
    top: 10px;
  }
  .filter .text-right,
  .my-bookmarks .text-right {
    padding: 0 15px;
    margin-bottom: 0;
  }
  .my-bookmarks .bookmark-item {
    padding: 0 15px 35px;
    margin-bottom: 35px;
  }
  .my-bookmarks .bookmark-item a {
    font-size: 15px;
    vertical-align: middle;
  }
}
.grey-bg-1 {
  background-color: #e9e9e9;
}
.big-quote {
  margin-top: 40px;
  text-align: center;
}
.big-quote h2 {
  font-weight: bold;
  width: 100%;
  max-width: 760px;
  color: #06377b;
  display: block;
  margin: 0 auto 25px;
}
.big-quote strong {
  display: block;
  font-size: 18px;
}
.big-quote .group-share {
  display: inline-block;
  margin: 10px 0 20px;
}
.big-quote .big-quote-icon {
  margin: 0 auto;
  position: relative;
  top: -30px;
}
.share-widget {
  display: inline-block;
  background-color: #009ad9;
  color: #fff;
  padding: 10px;
  text-align: center;
}
.share-widget .arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 16px solid #009ad9;
  position: absolute;
  left: 50%;
  transform: translateX(-16px);
  bottom: -26px;
}
.share-widget .share-content {
  position: relative;
  text-align: center;
}
.share-widget .share-content a {
  display: inline-block;
  margin-right: 5px;
}
.share-widget .share-content img {
  max-width: 26px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .big-quote {
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .big-quote h2 {
    font-size: 29px;
    line-height: 1.3em;
  }
  .big-quote strong,
  .big-quote p {
    width: 55%;
    font-size: 11px;
    margin: 0 auto;
  }
  .big-quote p {
    margin-bottom: 10px;
  }
  .big-quote .big-quote-icon {
    width: 35px;
    height: 35px;
    margin: 0 auto;
    position: relative;
    top: -14px;
  }
}
.pagination {
  color: #06377b;
}
.pagination > li > a,
.pagination > li > span {
  float: none;
  color: #06377b;
  border: none;
  padding: 6px 6px;
  font-size: 16px;
}
.pagination .active a,
.pagination .active span {
  color: #06377b;
  background-color: transparent;
  text-decoration: underline;
}
.pagination .active a:hover,
.pagination .active span:hover,
.pagination .active a:focus,
.pagination .active span:focus {
  color: #06377b;
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  .pagination > li > a,
  .pagination > li > span {
    font-size: 14px;
  }
}
@media screen and (max-width: 375px) {
  .pagination > li > a,
  .pagination > li > span {
    font-size: 12px;
    padding: 6px 3px;
  }
}
.popover-content {
  padding: 5px;
}
.popover-container .addthis_toolbox {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.popover-container .addthis_toolbox a {
  margin-bottom: 0;
}
.popover-container .addthis_toolbox a.loading {
  background: #fff url(/images/perspective/spinner.gif) center no-repeat;
  position: relative;
}
.popover-container .addthis_toolbox a.loading:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
}
.popover-container .addthis_toolbox a.loading .at-icon-wrapper {
  -webkit-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
}
.popover-container .addthis_toolbox .addthis_button_custom_print {
  float: left;
}
.popover.loading {
  background: #fff url('/images/perspective/spinner.gif') center no-repeat;
}
.popover.loading .popover-content {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.popover.loading .popover-container:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
}
.printer-container {
  position: fixed;
  left: -100%;
  z-index: -1;
}
.printer-container iframe {
  width: 1182px;
}
.printing {
  opacity: 0.3;
}
@media print {
  html,
  body {
    width: 1025px;
    height: auto;
    margin: 0 auto;
  }
  body {
    padding-bottom: 20px;
  }
  .navbar-collapsed,
  .skip-link,
  .group-heading,
  footer,
  .breadcrumb,
  .group-heading,
  .apply-now-fixed,
  .popover,
  .btn-1 {
    display: none !important;
  }
  .container,
  .container-fluid {
    width: 1025px;
  }
  header #main-navbar {
    display: none;
  }
  header .navbar-right {
    display: none;
  }
  header .logo {
    width: 200px;
  }
  header .container,
  header .container-fuild {
    padding: 0;
  }
  header .navbar-brand {
    float: none;
    height: auto;
    padding: 30px 15px;
  }
  .group-articles .right-box {
    display: none;
  }
  .group-articles > * {
    width: 100%;
  }
  .perspectives-temp > * {
    display: none;
  }
  .perspectives-temp .printer-container {
    display: block;
    position: relative;
    left: 0;
    right: 0;
    padding: 0;
    z-index: 1;
  }
  .perspectives-temp .printer-container iframe {
    display: block;
    visibility: visible !important;
    padding: 0;
    margin: 0;
    border: 0;
    width: 1182px;
  }
  .left-box {
    margin-left: 0 !important;
    padding-right: 0 !important;
  }
  .left-box .content.big-quote {
    background-color: #e9e9e9 !important;
  }
  .insight-chart-img img {
    width: 100%;
  }
  .logo-article .logo-partner {
    max-width: 94px !important;
  }
  .main-banner-insights * {
    display: none;
  }
  .main-banner-insights canvas {
    display: inline-block;
    width: 1025px;
    position: relative !important;
    left: 0 !important;
  }
}
.perspectives-detail-temp .my-bookmarks {
  background-color: #fff;
  padding: 0 50px;
}
.perspectives-detail-temp .my-bookmarks.open {
  display: block;
  position: absolute;
  width: 100%;
  z-index: 100;
}
.perspectives-detail-temp .my-bookmarks.open .head-pop {
  font-size: 30px;
  display: block;
}
.perspectives-detail-temp .my-bookmarks.open .pop-close {
  width: 20px;
  margin-top: 8px;
}
.perspectives-detail-temp .my-bookmarks .bookmark-item a {
  vertical-align: middle;
}
.perspectives-detail-temp .my-bookmarks .bookmark-item:before {
  vertical-align: middle;
}
.perspectives-detail-temp .show-bookmarks {
  display: none;
  position: absolute;
  background-color: #fff;
  left: 0;
  right: 0;
  padding: 0 50px;
  z-index: 99;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(51, 51, 51, 0.3);
  -moz-box-shadow: 0px 5px 5px 0px rgba(51, 51, 51, 0.3);
  box-shadow: 0px 5px 5px 0px rgba(51, 51, 51, 0.3);
}
.perspectives-detail-temp .list-bookmarks.scrollbar {
  overflow-y: scroll;
}
.perspectives-detail-temp .list-bookmarks li:first-child {
  border-top: 1px solid #e5e5e5;
  margin-top: 20px;
  padding-top: 20px;
}
.perspectives-detail-temp .share-btn {
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .perspectives-detail-temp .show-bookmarks,
  .perspectives-detail-temp .my-bookmarks {
    padding: 0 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .perspectives-detail-temp .breadcrumb {
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .perspectives-detail-temp .my-bookmarks {
    padding: 0;
  }
  .perspectives-detail-temp .my-bookmarks.open .pop-close {
    width: 15px;
    margin-top: 5px;
  }
  .perspectives-detail-temp .show-bookmarks {
    padding: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .perspectives-detail-temp .list-bookmarks li:first-child {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
  }
  .perspectives-detail-temp .share-btn {
    display: inline-block;
  }
}
.main-banner-insights {
  position: relative;
  overflow: hidden;
}
.main-banner-insights .content {
  position: absolute;
  top: 46%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
  width: 450px;
  margin: 0 auto;
}
.main-banner-insights .content span {
  display: block;
  font-size: 16px;
  margin-bottom: 10px;
}
.main-banner-insights .content .description {
  line-height: 32px;
}
.main-banner-insights .content .description strong {
  font-size: 26px;
  margin-bottom: 0;
}
.main-banner-insights canvas {
  position: absolute;
  left: -100%;
}
@media screen and (max-width: 767px) {
  .main-banner-insights .content {
    width: 100%;
    padding: 0 15px;
  }
  .main-banner-insights .content span {
    font-size: 11px;
  }
  .main-banner-insights .content .description strong {
    font-size: 16px;
    line-height: 1.3em;
    display: block;
  }
  .main-banner-insights > img {
    max-width: none;
    height: 180px;
    -webkit-transform: translateX(-15%);
    -moz-transform: translateX(-15%);
    -ms-transform: translateX(-15%);
    -o-transform: translateX(-15%);
    transform: translateX(-15%);
  }
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  .main-banner-insights > img {
    max-width: 100%;
    height: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
.logo-article {
  position: relative;
  z-index: 10;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 40px;
}
.logo-article .logo-partner {
  margin: -48px auto 0;
  max-width: 94px;
}
.logo-article .logo-partner + .desc {
  margin-top: 15px;
}
.logo-article .desc {
  margin-top: 30px;
}
.logo-article .desc p {
  display: block;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .logo-article {
    margin: -33px auto 0;
  }
  .logo-article .desc {
    margin-top: 64px;
  }
  .logo-article .desc span {
    font-size: 12px;
  }
  .logo-article .logo-partner {
    margin: 0 auto;
    width: 63px;
    height: 64px;
  }
}
.perspectives-detail-temp .big-quote h2 {
  font-size: 18px;
  max-width: 510px;
  margin-bottom: 0;
  color: #00205b;
}
.left-box {
  margin-left: -15px;
  padding-right: 35px;
}
.left-box .area-bookmark {
  display: none;
  margin-bottom: 20px;
}
.left-box .date {
  font-size: 13px;
}
.left-box .heading-article {
  margin: 0;
}
.left-box .divider {
  margin-bottom: 40px;
  margin-top: 40px;
}
.left-box .content .first-letter:first-letter {
  float: left;
  font-size: 46px;
  margin: 0 10px 0 0;
  line-height: 36px;
  font-weight: 700;
}
.left-box .content.big-quote {
  margin-bottom: 40px;
  margin-top: 50px;
}
.left-box .content.big-quote span {
  display: inline-block;
  font-weight: 700;
  width: 100%;
  padding: 0 45px;
  color: #00205b;
  font-size: 18px;
  margin-top: -20px;
}
.left-box .content.big-quote .group-share {
  margin: 15px 0;
}
.left-box .content.big-quote .big-quote-icon {
  top: -25px;
  width: 55px;
  height: 55px;
}
.left-box .content .insight-chart-img {
  margin: 40px 0;
}
.left-box .content .insight-chart-img-small {
  float: left;
  margin-right: 20px;
  margin-bottom: 15px;
}
.left-box .content .insight-chart-img-small img {
  width: 280px;
}
.left-box .content a {
  color: #333;
}
.left-box .center-block .btn-1 {
  margin: 30px 0;
}
@media screen and (max-width: 767px) {
  .perspectives-detail-temp .content-block ul li {
    font-size: 15px;
  }
  .perspectives-detail-temp .big-quote h2 {
    font-size: 15px;
  }
  .left-box {
    margin: 0 -5px 20px;
    padding: 0;
  }
  .left-box .area-bookmark {
    display: block;
  }
  .left-box .heading-article {
    margin: 0 -15px;
  }
  .left-box .content p {
    font-size: 15px;
  }
  .left-box .content.big-quote {
    margin-left: -15px;
    margin-right: -15px;
    padding-bottom: 10px;
    padding: 0 15px;
  }
  .left-box .content.big-quote .big-quote-icon {
    top: -16px;
    width: 35px;
    height: 35px;
  }
  .left-box .content.big-quote span {
    padding: 0 30px;
    text-align: center;
    margin-top: 0;
  }
  .left-box .content .insight-chart-img {
    margin-left: -15px;
    margin-right: -15px;
  }
  .left-box .content .insight-chart-img-small {
    float: none;
    margin-left: -15px;
    margin-right: -15px;
  }
  .left-box .content .insight-chart-img-small img {
    width: 100%;
  }
  .left-box .content .list-disc {
    padding: 10px 0;
  }
  .left-box .content .list-disc li {
    font-size: 15px;
  }
  .left-box + .divider {
    margin: 0 -15px;
  }
}
.right-box {
  padding-left: 50px;
  padding-bottom: 55px;
  margin-right: -15px;
  margin-left: -15px;
  border-left: 1px solid #e5e5e5;
}
.right-box .box-article-slider {
  margin: 0;
}
.area-bookmark img {
  display: inline-block;
  margin-right: 20px;
}
.area-bookmark .icon-bookmark {
  width: 21px;
  height: 30px;
}
.area-bookmark .text {
  color: #00205b;
}
.area-download {
  padding-top: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
.area-download .btn-act {
  color: #333;
}
.area-download .btn-act img {
  display: inline-block;
  margin-right: 10px;
}
.area-download .btn-act span {
  text-decoration: underline;
}
.area-share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid #e5e5e5;
}
.area-share .btn-share {
  position: relative;
  margin-left: 15px;
}
.area-related-insights {
  padding-top: 20px;
}
.area-related-insights .sub-title {
  display: block;
  padding-bottom: 20px;
  line-height: 22px;
  color: #00205b;
}
.area-related-insights .group-box-article .box-article {
  margin-bottom: 20px;
}
.area-related-insights .group-box-article .box-article h4 {
  width: auto;
}
.area-related-insights .box-sharing .desc2 {
  position: relative;
}
.area-related-insights .box-sharing .box-social {
  position: absolute;
  bottom: 2px;
  right: 0;
  top: auto;
}
.area-subscribe {
  background-color: #00205b;
  padding: 45px 15px;
  text-align: center;
}
.area-subscribe .text {
  display: block;
  color: #fff;
  width: 65%;
  margin: 0 auto 20px;
}
.area-subscribe .email-subscribe {
  width: 100%;
  height: 37px;
}
.area-subscribe .email-subscribe::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #333;
  text-align: center;
}
.area-subscribe .email-subscribe::-moz-placeholder {
  /* Firefox 19+ */
  color: #333;
  text-align: center;
}
.area-subscribe .email-subscribe:-ms-input-placeholder {
  /* IE 10+ */
  color: #333;
  text-align: center;
}
.area-subscribe .email-subscribe:-moz-placeholder {
  /* Firefox 18- */
  color: #333;
  text-align: center;
}
.area-subscribe .email-subscribe.red {
  color: red;
}
.area-subscribe .email-subscribe.green {
  color: green;
}
.area-subscribe .btn-subscribe {
  background-color: #dc1f2d;
  padding: 12px 45px;
  margin-top: 15px;
  border: none;
}
.article-bookmark-btn.checked .icon-bookmark {
  background: url('/images/perspective/icon/bookmark-activ.png') center no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .right-box {
    padding-left: 15px;
  }
  .area-subscribe .text {
    width: 85%;
  }
}
@media screen and (max-width: 767px) {
  .right-box {
    margin: 0 -15px;
    padding: 0;
    border-left: 0;
  }
  .right-box .sub-title {
    font-size: 23px;
    padding: 25px 15px;
  }
  .box-article-slider {
    margin-left: -15px;
    margin-right: -15px;
  }
  .box-article-slider .box-article {
    height: auto;
  }
  .box-article-slider .box-article .img-article {
    width: auto;
  }
  .box-article-slider .box-article .header-article {
    margin-bottom: 65px;
  }
  .box-article-slider .box-sharing img {
    min-height: 0;
  }
  .area-bookmark,
  .area-download,
  .area-share {
    display: none;
  }
  .area-subscribe {
    border-bottom: 1px solid #e5e5e5;
  }
  .area-subscribe .btn-subscribe {
    margin-top: 25px;
  }
  .area-subscribe .text {
    padding: 0 0 20px;
  }
  .area-related-insights {
    padding-bottom: 30px;
  }
  .area-related-insights .bx-controls {
    padding-top: 15px;
  }
  .area-related-insights .bx-viewport {
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -ms-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
  }
  .area-related-insights .bx-viewport:before {
    content: '';
    background: #f3f3f3;
    position: absolute;
    top: 0;
    left: -15px;
    right: -15px;
    bottom: 0;
    z-index: 10;
  }
  .red-circle-slider .bx-wrapper .bx-pager.bx-default-pager a {
    background: #06377b;
    border-color: #fff;
    border: 1px solid transparent;
    border-radius: 8px;
  }
  .red-circle-slider .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #dc1f2d;
    border-color: #dc1f2d;
  }
}
.main-banner.fixed-slider {
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .main-banner.fixed-slider {
    border-bottom: 1px solid #e5e5e5;
  }
}
.reset-btn {
  color: #333;
  font-size: 14px;
}
.reset-btn img {
  display: inline-block;
  margin-right: 5px;
}
@media screen and (max-width: 767px) {
  .reset-btn {
    font-size: 15px;
  }
}
.heading-article {
  font-size: 24px;
  font-weight: bold;
  padding: 30px 0 20px;
  margin: 0 -15px;
}
@media screen and (max-width: 767px) {
  .heading-article {
    padding: 30px 15px 20px;
  }
}
.view-all-article-btn {
  display: block;
  width: 100%;
  max-width: 140px;
  margin: 15px auto 25px;
}
.banner-display-mobile {
  width: 100%;
  display: none;
}
@media screen and (max-width: 767px) {
  .banner-display-mobile {
    display: block;
  }
}
.banner-display-desktop {
  width: 100%;
  display: none;
}
@media screen and (min-width: 768px) {
  .banner-display-desktop {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .perspectives-temp .big-quote strong {
    font-size: 18px;
  }
}
.perspectives-detail-temp .no-list-bookmarks {
  display: block;
}
[data-toggle="popover"] {
  cursor: pointer;
}
.modal-open {
  overflow: auto;
  padding-right: 0 !important;
}
#atic_tumblr {
  display: none;
}
.container > header {
  margin: 0 -15px;
}
.container > nav {
  margin: 0 -15px;
}
.container > footer {
  margin: 0 -15px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .container > nav {
    width: calc(100% + 30px);
  }
}
.modal .modal-dialog,
.modal.in .modal-dialog,
.modal.fade .modal-dialog {
  margin: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
}
.icon-tiles {
  width: 15px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
}
.icon-lists {
  width: 19px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
}
.icon-bookmark {
  background: url('/images/perspective/icon/bookmark.png') no-repeat;
  background-size: contain;
  width: 15px;
  height: 22px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .modal.in {
    padding: 0 15px;
  }
}
/*funds*/
/*! Tablesaw - v3.0.3 - 2017-07-13
* https://github.com/filamentgroup/tablesaw
* Copyright (c) 2017 Filament Group; Licensed MIT */
.tablesaw {
  width: 100%;
  max-width: 100%;
  empty-cells: show;
  border-collapse: collapse;
  border: 0;
  padding: 0;
}
.tablesaw * {
  box-sizing: border-box;
}
.tablesaw-btn {
  border: 1px solid #ccc;
  border-radius: .25em;
  background: none;
  box-shadow: 0 1px 0 #ffffff;
  color: #4a4a4a;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  padding: .5em .85em .4em .85em;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
a.tablesaw-btn {
  color: #1c95d4;
}
.tablesaw-btn:hover {
  text-decoration: none;
}
/* Default radio/checkbox styling horizonal controlgroups. */
.tablesaw-btn:active {
  background-color: #ddd;
}
@supports (box-shadow: none ) {
  .tablesaw-btn:focus {
    background-color: #fff;
    outline: none;
  }
  .tablesaw-btn:focus {
    box-shadow: 0 0 .35em #4faeef !important;
  }
}
.tablesaw-btn-select select {
  background: none;
  border: none;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  min-height: 1em;
  opacity: 0;
  color: transparent;
}
.tablesaw-btn select option {
  background: #fff;
  color: #000;
}
.tablesaw-btn {
  display: inline-block;
  width: auto;
  height: auto;
  position: relative;
  top: 0;
}
.tablesaw-btn.btn-small {
  font-size: 1.0625em;
  line-height: 19px;
  padding: .3em 1em .3em 1em;
}
.tablesaw-btn.btn-micro {
  font-size: .8125em;
  padding: .4em .7em .25em .7em;
}
.tablesaw-btn-select {
  padding-right: 1.5em;
  display: inline-block;
  color: #4d4d4d;
  padding-right: 2.5em;
  min-width: 7.25em;
  text-align: left;
}
.tablesaw-btn-select:after {
  content: " ";
  position: absolute;
  background: none;
  background-repeat: no-repeat;
  background-position: .25em .45em;
  content: "\25bc";
  font-size: .55em;
  padding-top: 1.2em;
  padding-left: 1em;
  left: auto;
  right: 0;
  margin: 0;
  top: 0;
  bottom: 0;
  width: 1.8em;
}
.tablesaw-btn-select.btn-small:after,
.tablesaw-btn-select.btn-micro:after {
  width: 1.2em;
  font-size: .5em;
  padding-top: 1em;
  padding-right: .5em;
  line-height: 1.65;
  background: none;
  box-shadow: none;
  border-left-width: 0;
}
/* Column navigation buttons for swipe and columntoggle tables */
.tablesaw-advance .tablesaw-btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: border-box;
  text-shadow: 0 1px 0 #fff;
  border-radius: .25em;
}
.tablesaw-advance .tablesaw-btn.btn-micro {
  font-size: .8125em;
  padding: .3em .7em .25em .7em;
}
.tablesaw-advance a.tablesaw-nav-btn:first-child {
  margin-left: 0;
}
.tablesaw-advance a.tablesaw-nav-btn:last-child {
  margin-right: 0;
}
.tablesaw-advance a.tablesaw-nav-btn {
  display: inline-block;
  overflow: hidden;
  width: 1.8em;
  height: 1.8em;
  background-position: 50% 50%;
  margin-left: .25em;
  margin-right: .25em;
  position: relative;
}
.tablesaw-advance a.tablesaw-nav-btn.left:before,
.tablesaw-advance a.tablesaw-nav-btn.right:before,
.tablesaw-advance a.tablesaw-nav-btn.down:before,
.tablesaw-advance a.tablesaw-nav-btn.up:before {
  content: "\0020";
  overflow: hidden;
  width: 0;
  height: 0;
  position: absolute;
}
.tablesaw-advance a.tablesaw-nav-btn.down:before {
  left: .5em;
  top: .65em;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #808080;
}
.tablesaw-advance a.tablesaw-nav-btn.up:before {
  left: .5em;
  top: .65em;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #808080;
}
.tablesaw-advance a.tablesaw-nav-btn.left:before,
.tablesaw-advance a.tablesaw-nav-btn.right:before {
  top: .45em;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
.tablesaw-advance a.tablesaw-nav-btn.left:before {
  left: .6em;
  border-right: 5px solid #808080;
}
.tablesaw-advance a.tablesaw-nav-btn.right:before {
  left: .7em;
  border-left: 5px solid #808080;
}
.tablesaw-advance a.tablesaw-nav-btn.disabled {
  opacity: .25;
  cursor: default;
  pointer-events: none;
}
/* Table Toolbar */
.tablesaw-bar {
  clear: both;
}
.tablesaw-bar * {
  box-sizing: border-box;
}
.tablesaw-bar-section {
  float: left;
}
.tablesaw-bar-section label {
  font-size: .875em;
  padding: .5em 0;
  clear: both;
  display: block;
  color: #888;
  margin-right: .5em;
  text-transform: uppercase;
}
.tablesaw-btn,
.tablesaw-enhanced .tablesaw-btn {
  margin-top: .5em;
  margin-bottom: .5em;
}
.tablesaw-btn-select,
.tablesaw-enhanced .tablesaw-btn-select {
  margin-bottom: 0;
}
/* TODO */
.tablesaw-bar .tablesaw-bar-section .tablesaw-btn {
  margin-left: .4em;
  margin-top: 0;
  text-transform: uppercase;
  border: none;
  box-shadow: none;
  background: transparent;
  font-size: 1em;
  padding-left: .3em;
}
.tablesaw-bar .tablesaw-bar-section .btn-select {
  min-width: 0;
}
.tablesaw-bar .tablesaw-bar-section .btn-select:after {
  padding-top: .9em;
}
.tablesaw-bar .tablesaw-bar-section select {
  color: #888;
  text-transform: none;
  background: transparent;
}
.tablesaw-bar-section ~ table {
  clear: both;
}
.tablesaw-bar-section .abbreviated {
  display: inline;
}
.tablesaw-bar-section .longform {
  display: none;
}
@media (min-width: 24em) {
  .tablesaw-bar-section .abbreviated {
    display: none;
  }
  .tablesaw-bar-section .longform {
    display: inline;
  }
}
.tablesaw th,
.tablesaw td {
  padding: .5em .7em;
  text-align: left;
  vertical-align: middle;
}
.tablesaw-sortable-btn {
  /* same as cell padding above */
  padding: .5em .7em;
}
.tablesaw thead th {
  text-align: left;
}
/* Table rows have a gray bottom stroke by default */
.tablesaw-row-border tr {
  border-bottom: 1px solid #dfdfdf;
}
/* Zebra striping */
.tablesaw-row-zebra tr:nth-child(2n) {
  background-color: #f8f8f8;
}
.tablesaw caption {
  text-align: left;
  margin: .59375em 0;
}
.tablesaw-swipe .tablesaw-swipe-cellpersist {
  border-right: 2px solid #e4e1de;
}
.tablesaw-swipe-shadow .tablesaw-swipe-cellpersist {
  border-right-width: 1px;
}
.tablesaw-swipe-shadow .tablesaw-swipe-cellpersist {
  box-shadow: 3px 0 4px -1px #e4e1de;
}
.tablesaw-stack td .tablesaw-cell-label,
.tablesaw-stack th .tablesaw-cell-label {
  display: none;
}
/* Mobile first styles: Begin with the stacked presentation at narrow widths */
/* Support note IE9+: @media only all */
@media only all {
  /* Show the table cells as a block level element */
  .tablesaw-stack {
    clear: both;
  }
  .tablesaw-stack td,
  .tablesaw-stack th {
    text-align: left;
    display: block;
  }
  .tablesaw-stack tr {
    clear: both;
    display: table-row;
  }
  /* Make the label elements a percentage width */
  .tablesaw-stack td .tablesaw-cell-label,
  .tablesaw-stack th .tablesaw-cell-label {
    display: inline-block;
    padding: 0 .6em 0 0;
    width: 30%;
  }
  /* For grouped headers, have a different style to visually separate the levels by classing the first label in each col group */
  .tablesaw-stack th .tablesaw-cell-label-top,
  .tablesaw-stack td .tablesaw-cell-label-top {
    display: block;
    padding: .4em 0;
    margin: .4em 0;
  }
  .tablesaw-cell-label {
    display: block;
  }
  /* Avoid double strokes when stacked */
  .tablesaw-stack tbody th.group {
    margin-top: -1px;
  }
  /* Avoid double strokes when stacked */
  .tablesaw-stack th.group b.tablesaw-cell-label {
    display: none !important;
  }
}
@media (max-width: 39.9375em) {
  /* Table rows have a gray bottom stroke by default */
  .tablesaw-stack tbody tr {
    display: block;
    width: 100%;
    border-bottom: 1px solid #dfdfdf;
  }
  .tablesaw-stack thead td,
  .tablesaw-stack thead th {
    display: none;
  }
  .tablesaw-stack tbody td,
  .tablesaw-stack tbody th {
    display: block;
    float: left;
    clear: left;
    width: 100%;
  }
  .tablesaw-cell-label {
    vertical-align: top;
  }
  .tablesaw-cell-content {
    display: inline-block;
    max-width: 67%;
  }
  .tablesaw-stack .tablesaw-stack-block .tablesaw-cell-label,
  .tablesaw-stack .tablesaw-stack-block .tablesaw-cell-content {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
  .tablesaw-stack td:empty,
  .tablesaw-stack th:empty {
    display: none;
  }
}
/* Media query to show as a standard table at 560px (35em x 16px) or wider */
@media (min-width: 40em) {
  .tablesaw-stack tr {
    display: table-row;
  }
  /* Show the table header rows */
  .tablesaw-stack td,
  .tablesaw-stack th,
  .tablesaw-stack thead td,
  .tablesaw-stack thead th {
    display: table-cell;
    margin: 0;
  }
  /* Hide the labels in each cell */
  .tablesaw-stack td .tablesaw-cell-label,
  .tablesaw-stack th .tablesaw-cell-label {
    display: none !important;
  }
}
.tablesaw-fix-persist {
  table-layout: fixed;
}
@media only all {
  /* Unchecked manually: Always hide */
  .tablesaw-swipe th.tablesaw-swipe-cellhidden,
  .tablesaw-swipe td.tablesaw-swipe-cellhidden {
    display: none;
  }
}
.tablesaw-overflow {
  position: relative;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  /* More in skin.css */
}
.tablesaw-overflow > .tablesaw {
  margin-top: 2px;
  /* sortable focus rings are clipped */
}
/* Used for a11y text on button: "Columns" */
.tablesaw-columntoggle-btn span {
  text-indent: -9999px;
  display: inline-block;
}
.tablesaw-columntoggle-btnwrap {
  position: relative;
  /* for dialog positioning */
}
.tablesaw-columntoggle-btnwrap .dialog-content {
  padding: .5em;
}
.tablesaw-columntoggle tbody td {
  line-height: 1.5;
}
/* Remove top/bottom margins around the fieldcontain on check list */
.tablesaw-columntoggle-popup {
  display: none;
}
.tablesaw-columntoggle-btnwrap.visible .tablesaw-columntoggle-popup {
  display: block;
  position: absolute;
  top: 2em;
  right: 0;
  background-color: #fff;
  padding: .5em .8em;
  border: 1px solid #ccc;
  box-shadow: 0 1px 2px #ccc;
  border-radius: .2em;
  z-index: 1;
}
.tablesaw-columntoggle-popup fieldset {
  margin: 0;
}
/* Hide all prioritized columns by default */
@media only all {
  .tablesaw-columntoggle th.tablesaw-priority-6,
  .tablesaw-columntoggle td.tablesaw-priority-6,
  .tablesaw-columntoggle th.tablesaw-priority-5,
  .tablesaw-columntoggle td.tablesaw-priority-5,
  .tablesaw-columntoggle th.tablesaw-priority-4,
  .tablesaw-columntoggle td.tablesaw-priority-4,
  .tablesaw-columntoggle th.tablesaw-priority-3,
  .tablesaw-columntoggle td.tablesaw-priority-3,
  .tablesaw-columntoggle th.tablesaw-priority-2,
  .tablesaw-columntoggle td.tablesaw-priority-2,
  .tablesaw-columntoggle th.tablesaw-priority-1,
  .tablesaw-columntoggle td.tablesaw-priority-1,
  .tablesaw-columntoggle th.tablesaw-priority-0,
  .tablesaw-columntoggle td.tablesaw-priority-0 {
    display: none;
  }
}
.tablesaw-columntoggle-btnwrap .dialog-content {
  top: 0 !important;
  right: 1em;
  left: auto !important;
  width: 12em;
  max-width: 18em;
  margin: -0.5em auto 0;
}
.tablesaw-columntoggle-btnwrap .dialog-content:focus {
  outline-style: none;
}
/* Preset breakpoints if "" class added to table */
/* Show priority 1 at 320px (20em x 16px) */
@media (min-width: 20em) {
  .tablesaw-columntoggle th.tablesaw-priority-1,
  .tablesaw-columntoggle td.tablesaw-priority-1 {
    display: table-cell;
  }
}
/* Show priority 2 at 480px (30em x 16px) */
@media (min-width: 30em) {
  .tablesaw-columntoggle th.tablesaw-priority-2,
  .tablesaw-columntoggle td.tablesaw-priority-2 {
    display: table-cell;
  }
}
/* Show priority 3 at 640px (40em x 16px) */
@media (min-width: 40em) {
  .tablesaw-columntoggle th.tablesaw-priority-3,
  .tablesaw-columntoggle td.tablesaw-priority-3 {
    display: table-cell;
  }
  .tablesaw-columntoggle tbody td {
    line-height: 2;
  }
}
/* Show priority 4 at 800px (50em x 16px) */
@media (min-width: 50em) {
  .tablesaw-columntoggle th.tablesaw-priority-4,
  .tablesaw-columntoggle td.tablesaw-priority-4 {
    display: table-cell;
  }
}
/* Show priority 5 at 960px (60em x 16px) */
@media (min-width: 60em) {
  .tablesaw-columntoggle th.tablesaw-priority-5,
  .tablesaw-columntoggle td.tablesaw-priority-5 {
    display: table-cell;
  }
}
/* Show priority 6 at 1,120px (70em x 16px) */
@media (min-width: 70em) {
  .tablesaw-columntoggle th.tablesaw-priority-6,
  .tablesaw-columntoggle td.tablesaw-priority-6 {
    display: table-cell;
  }
}
@media only all {
  /* Unchecked manually: Always hide */
  .tablesaw-columntoggle th.tablesaw-toggle-cellhidden,
  .tablesaw-columntoggle td.tablesaw-toggle-cellhidden {
    display: none;
  }
  /* Checked manually: Always show */
  .tablesaw-columntoggle th.tablesaw-toggle-cellvisible,
  .tablesaw-columntoggle td.tablesaw-toggle-cellvisible {
    display: table-cell;
  }
}
.tablesaw-columntoggle-popup .btn-group > label {
  display: block;
  padding: .2em 0;
  white-space: nowrap;
  cursor: default;
}
.tablesaw-columntoggle-popup .btn-group > label input {
  margin-right: .8em;
}
.tablesaw-sortable-head {
  position: relative;
  vertical-align: top;
}
/* Override */
.tablesaw .tablesaw-sortable-head {
  padding: 0;
}
.tablesaw-sortable-btn {
  min-width: 100%;
  color: inherit;
  background: transparent;
  border: 0;
  text-align: inherit;
  font: inherit;
  text-transform: inherit;
}
.tablesaw-sortable-arrow:after {
  display: inline-block;
  width: 10px;
  height: 14px;
  content: " ";
  margin-left: .3125em;
}
.tablesaw-sortable-ascending .tablesaw-sortable-arrow:after,
.tablesaw-sortable-descending .tablesaw-sortable-arrow:after {
  content: "\0020";
}
.tablesaw-sortable-ascending .tablesaw-sortable-arrow:after {
  content: "\2191";
}
.tablesaw-sortable-descending .tablesaw-sortable-arrow:after {
  content: "\2193";
}
.tablesaw-advance {
  float: right;
}
.tablesaw-advance.minimap {
  margin-right: .4em;
}
.tablesaw-advance-dots {
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
}
.tablesaw-advance-dots li {
  display: table-cell;
  margin: 0;
  padding: .4em .2em;
}
.tablesaw-advance-dots li i {
  width: .25em;
  height: .25em;
  background: #555;
  border-radius: 100%;
  display: inline-block;
}
.tablesaw-advance-dots-hide {
  opacity: .25;
  cursor: default;
  pointer-events: none;
}
.tab-pane {
  padding: 20px 50px 0;
  position: relative;
}
.search-no-result {
  background: #e9e9e9;
  width: 100%;
  min-height: 350px;
  font-size: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  padding: 15px;
  text-align: center;
}
.search-no-result:before {
  content: '';
  position: absolute;
  top: 40px;
  width: 100%;
  height: 1px;
  background: #e9e9e9;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .tab-content.funds-group .tab-pane {
    padding: 20px 10px 0;
  }
}
@media screen and (max-width: 767px) {
  .search-no-result {
    min-height: 150px;
    font-size: 15px;
  }
  .search-no-result:before {
    top: 100px;
  }
}
.sort-table {
  position: relative;
}
.sort-table table {
  width: 100%;
}
.sort-table table th,
.sort-table table td {
  padding: 15px;
  outline: none;
}
.sort-table table th {
  cursor: pointer;
}
.sort-table table th.tablesorter-headerAsc .sort-icon {
  background: url('/images/funds/icon/sort-icon.png') 0 0;
}
.sort-table table th.tablesorter-headerDesc .sort-icon {
  background: url('/images/funds/icon/sort-icon.png') no-repeat 0 -23px;
}
.sort-table table th.tablesorter-headerUnSorted .sort-icon {
  background: url('/images/funds/icon/sort-icon.png') 0 -46px;
}
.sort-table table th.disable-sort {
  cursor: default;
}
.sort-table table th.disable-sort .sort-icon {
  opacity: 0;
}
.sort-table table th .no-wrap {
  white-space: nowrap;
}
.sort-table table thead {
  background-color: #f1efec;
}
.sort-table table thead span:first-child {
  display: block;
  margin-bottom: 20px;
}
.sort-table table thead span:first-child .break {
  display: block;
}
.sort-table table thead span:first-child .percent {
  display: inline-block;
  font-weight: normal;
  margin-bottom: 0;
  margin-left: 5px;
}
.sort-table table thead span.sort-group-item {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0 !important;
  margin-right: 5px;
}
.sort-table table thead span.sort-group-item + .sort-icon {
  display: inline-block;
  vertical-align: middle;
}
.sort-table table tbody td {
  padding-top: 30px;
  padding-bottom: 30px;
}
.sort-table table tbody td:first-child .sort-text {
  display: inline-block;
  vertical-align: middle;
  max-width: 70%;
}
.sort-table table tbody td[data-title="Currency"] {
  text-transform: uppercase;
}
.sort-table table tbody td.swap {
  vertical-align: middle;
  text-align: center;
}
.sort-table table tbody td .sort-text {
  display: inline-block;
  min-width: 30px;
}
.sort-table table tbody td .sort-text.down {
  position: relative;
  left: -4px;
}
.sort-table table tbody td .sort-text.down:before {
  content: '';
  position: absolute;
  width: 4px;
  height: 15px;
  background-color: #fff;
}
.sort-table table tbody td .sort-text a {
  color: #333;
}
.sort-table table tbody td .sort-text a:hover {
  color: #0044a0;
}
.sort-table table tr {
  border-bottom: 1px solid #e7e7e7;
}
.sort-table table tr.active span {
  font-weight: 700;
}
.funds-watchlist .sort-table table tr.active span {
  font-weight: 500;
}
.funds-watchlist .sort-table table tr.active span.date-price {
  display: block;
  margin-left: 0;
}
.sort-table table tr.active .funds-watch-btn {
  background: url('/images/funds/icon/remove-icon.png') 0 0;
  background-size: contain;
}
.sort-table table.type-2 thead tr {
  border-bottom: none;
}
.sort-table table.type-2 thead th {
  vertical-align: bottom;
}
.sort-table table.type-2 thead th[colspan="3"] {
  padding-bottom: 0;
  vertical-align: top;
}
.sort-table table.type-2 thead th[colspan="3"] span {
  margin-bottom: 0;
  height: auto !important;
}
.sort-table table.type-2 thead th[colspan="3"] + th[rowspan="2"] {
  padding-left: 45px;
}
.sort-table table.type-2 thead span:first-child {
  margin-bottom: 5px;
}
.sort-table table.type-2 tbody tr:first-child {
  border-top: 1px solid #e7e7e7;
}
.sort-table table.type-2 tbody tr td:nth-last-of-type(1) {
  padding-left: 45px;
}
.sort-table table.table-download .collapse-tab-download {
  display: none;
}
.sort-table table.table-download thead span:first-child {
  margin-bottom: 0;
}
.sort-table table.table-download thead .tablesorter-header .tablesorter-header-inner {
  text-align: center;
}
.sort-table table.table-download thead .tablesorter-header:first-child .tablesorter-header-inner {
  text-align: left;
}
.sort-table table.table-download tr td a {
  color: #333;
}
.sort-table table.table-fundfacts thead tr {
  border-bottom: none;
}
.sort-table table.table-fundfacts thead tr th {
  vertical-align: top;
  padding-bottom: 0;
}
.sort-table table.table-fundfacts thead tr th[colspan="2"] {
  padding-bottom: 0;
  vertical-align: top;
}
.sort-table table.table-fundfacts thead tr th[colspan="2"] span {
  margin-bottom: 0;
  height: auto !important;
}
.sort-table table.table-fundfacts thead tr th.normal-text {
  font-weight: 500;
}
.sort-table table.table-fundfacts thead tr th .sort-icon {
  margin-top: 20px;
}
.sort-table table.table-fundfacts thead tr + tr th {
  padding: 10px 15px;
}
.sort-table table.table-fundfacts thead span:first-child {
  margin-bottom: 15px;
}
.sort-table .sort-icon {
  width: 13px;
  height: 19px;
  background: url('/images/funds/icon/sort-icon.png') 0 -46px;
  display: block;
}
.sort-table .tooltip.bottom {
  padding-top: 8px;
  left: 0 !important;
}
.sort-table .tooltip.bottom .tooltip-arrow {
  border-width: 0 10px 8px;
  border-bottom-color: #b3b5b9;
  left: 24px !important;
}
.sort-table .tooltip.bottom .tooltip-inner {
  max-width: 110px;
  width: auto;
  min-width: 110px;
  padding: 15px 10px;
  text-align: left;
  font-size: 14px;
  background: url('/images/funds/tooltip-bg.png') 0 0;
}
.sort-table .added + .tooltip.bottom .tooltip-inner {
  max-width: 130px;
  min-width: 130px;
}
.star-rate {
  width: 19px;
  height: 18px;
  background: url('/images/funds/icon/star.png') 0 0;
  background-size: cover;
  display: inline-block;
}
.star-rate.opacity {
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
}
.funds-watch-btn {
  background: url('/images/funds/icon/add-icon.png') 0 0;
  background-size: contain;
  width: 27px;
  height: 27px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
}
.funds-watch-btn + span {
  display: inline-block;
  vertical-align: middle;
}
.funds-watch-rate {
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}
.funds-watch-rate + span {
  display: inline-block;
  vertical-align: middle;
}
.funds-watch-rate.up {
  border-bottom: 8px dashed #46c035;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}
.funds-watch-rate.down {
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 8px dashed #e00000;
}
.sort-text + span {
  margin-left: 10px;
}
.sort-text.sort-no-wrap {
  white-space: nowrap;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .sort-table table th.tablesorter-headerAsc .sort-icon {
    background: url('/images/funds/icon/sort-icon.png') no-repeat -11px 0;
    background-size: 25px 65px;
  }
  .sort-table table th.tablesorter-headerDesc .sort-icon {
    background: url('/images/funds/icon/sort-icon.png') no-repeat -11px -21px;
    background-size: 25px 65px;
  }
  .sort-table table th.tablesorter-headerUnSorted .sort-icon {
    background: url('/images/funds/icon/sort-icon.png') no-repeat -11px -43px;
    background-size: 25px 65px;
  }
  .sort-table table td {
    font-size: 12px;
    padding: 30px 10px;
  }
  .sort-table table.type-2 thead th[colspan="3"] + th[rowspan="2"] {
    padding-left: 25px;
  }
  .sort-table table.type-2 thead .text-left,
  .sort-table table.type-2 thead .text-center,
  .sort-table table.type-2 thead .text-right {
    padding: 15px 8px;
    text-align: center;
  }
  .sort-table table.type-2 tbody tr td:nth-last-of-type(1) {
    padding-left: 25px;
  }
}
@media screen and (max-width: 767px) {
  .sort-table table thead {
    display: none;
  }
  .sort-table table tbody td.break:before {
    width: auto;
  }
  .sort-table table thead th:first-child,
  .sort-table table tbody th:first-child,
  .sort-table table thead td:first-child,
  .sort-table table tbody td:first-child {
    display: block;
    width: 100%;
    padding: 20px 0 0;
  }
  .sort-table table thead td,
  .sort-table table tbody td {
    position: relative;
    display: inline-block;
    width: calc(33.3333% - 13px);
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 13px;
    vertical-align: top;
  }
  .sort-table table thead td:first-child + [data-title-inline],
  .sort-table table tbody td:first-child + [data-title-inline] {
    padding-top: 10px;
  }
  .sort-table table thead td:first-child .sort-text,
  .sort-table table tbody td:first-child .sort-text {
    max-width: calc(100% - 40px);
  }
  .sort-table table thead td:nth-of-type(2),
  .sort-table table tbody td:nth-of-type(2) {
    margin-left: 39px;
  }
  .sort-table table thead td:nth-of-type(n+2),
  .sort-table table tbody td:nth-of-type(n+2) {
    padding: 6px 0 20px;
  }
  .sort-table table thead td:before,
  .sort-table table tbody td:before {
    content: attr(data-title);
    position: relative;
    display: block;
    color: #988072;
    font-size: 13px;
    font-weight: normal;
    text-transform: none;
  }
  .sort-table table thead td[data-title-inline],
  .sort-table table tbody td[data-title-inline] {
    display: block;
    width: calc(100% - 39px);
    margin-left: 39px;
    text-align: left;
  }
  .sort-table table thead td[data-title-inline] .sort-text,
  .sort-table table tbody td[data-title-inline] .sort-text {
    display: inline-block;
    vertical-align: top;
  }
  .sort-table table thead td[data-title-inline]:before,
  .sort-table table tbody td[data-title-inline]:before {
    content: attr(data-title-inline);
    display: inline-block;
    width: 70%;
    vertical-align: top;
    text-transform: none;
  }
  .sort-table table thead td[data-title-inline]:last-child,
  .sort-table table tbody td[data-title-inline]:last-child {
    width: calc(100% - 39px);
  }
  .sort-table table thead td.swap .ico,
  .sort-table table tbody td.swap .ico {
    float: left;
    background-size: 27px;
  }
  .sort-table table thead td.swap:before,
  .sort-table table tbody td.swap:before {
    padding: 5px 20px;
    color: #333;
  }
  .sort-table table.type-2 thead th:first-child,
  .sort-table table.type-2 tbody th:first-child,
  .sort-table table.type-2 thead td:first-child,
  .sort-table table.type-2 tbody td:first-child {
    display: block;
    width: 100%;
    padding: 20px 0 0;
  }
  .sort-table table.type-2 thead tr td:nth-last-of-type(1),
  .sort-table table.type-2 tbody tr td:nth-last-of-type(1) {
    padding-left: 0;
    padding-bottom: 20px;
  }
  .sort-table table.type-2 thead td,
  .sort-table table.type-2 tbody td {
    display: block;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 13px;
    text-align: left;
  }
  .sort-table table.type-2 thead td .td-content,
  .sort-table table.type-2 tbody td .td-content {
    float: right;
    width: calc(100% - 135px);
  }
  .sort-table table.type-2 thead td:nth-of-type(n+2),
  .sort-table table.type-2 tbody td:nth-of-type(n+2) {
    margin-left: 39px;
    width: calc(100% - 39px);
  }
  .sort-table table.type-2 thead td:before,
  .sort-table table.type-2 tbody td:before {
    display: inline-block;
  }
  .sort-table table.type-2 thead td[data-title-group],
  .sort-table table.type-2 tbody td[data-title-group] {
    display: inline-block;
    width: 15%;
    margin-left: 165px;
  }
  .sort-table table.type-2 thead td[data-title-group] .sort-text,
  .sort-table table.type-2 tbody td[data-title-group] .sort-text {
    display: block;
    text-align: center;
  }
  .sort-table table.type-2 thead td[data-title-group] ~ td.sort-group,
  .sort-table table.type-2 tbody td[data-title-group] ~ td.sort-group {
    display: inline-block;
    width: 15%;
    margin-left: 0;
  }
  .sort-table table.type-2 thead td[data-title-group] ~ td.sort-group .sort-text,
  .sort-table table.type-2 tbody td[data-title-group] ~ td.sort-group .sort-text {
    display: block;
    text-align: center;
  }
  .sort-table table.type-2 thead td[data-title-group] ~ td.sort-group:before,
  .sort-table table.type-2 tbody td[data-title-group] ~ td.sort-group:before {
    display: block;
    text-align: center;
    margin-right: 0;
  }
  .sort-table table.type-2 thead td[data-title-group] ~ td.sort-group:after,
  .sort-table table.type-2 tbody td[data-title-group] ~ td.sort-group:after {
    content: none;
  }
  .sort-table table.type-2 thead td[data-title-group]:before,
  .sort-table table.type-2 tbody td[data-title-group]:before {
    display: block;
    text-align: center;
    margin-right: 0;
  }
  .sort-table table.type-2 thead td[data-title-group]:after,
  .sort-table table.type-2 tbody td[data-title-group]:after {
    content: attr(data-title-group);
    position: absolute;
    display: inline-block;
    color: #988072;
    font-size: 13px;
    font-weight: normal;
    left: -126px;
    top: 10px;
    width: auto;
  }
  .sort-table table.type-2 thead td[data-title-group] ~ td[data-title-group],
  .sort-table table.type-2 tbody td[data-title-group] ~ td[data-title-group] {
    display: inline-block;
    width: 15%;
    margin-left: 165px;
  }
  .sort-table table.type-2 thead td[data-title-group] ~ td[data-title-group] .sort-text,
  .sort-table table.type-2 tbody td[data-title-group] ~ td[data-title-group] .sort-text {
    display: block;
    text-align: center;
  }
  .sort-table table.type-2 thead td[data-title-group] ~ td[data-title-group] ~ td.sort-group,
  .sort-table table.type-2 tbody td[data-title-group] ~ td[data-title-group] ~ td.sort-group {
    display: inline-block;
    width: 15%;
    margin-left: 0;
  }
  .sort-table table.type-2 thead td[data-title-group] ~ td[data-title-group] ~ td.sort-group .sort-text,
  .sort-table table.type-2 tbody td[data-title-group] ~ td[data-title-group] ~ td.sort-group .sort-text {
    display: block;
    text-align: center;
  }
  .sort-table table.type-2 thead td[data-title-group] ~ td[data-title-group] ~ td.sort-group:before,
  .sort-table table.type-2 tbody td[data-title-group] ~ td[data-title-group] ~ td.sort-group:before {
    display: block;
    text-align: center;
    margin-right: 0;
  }
  .sort-table table.type-2 thead td[data-title-group] ~ td[data-title-group] ~ td.sort-group:after,
  .sort-table table.type-2 tbody td[data-title-group] ~ td[data-title-group] ~ td.sort-group:after {
    content: none;
  }
  .sort-table table.type-2 thead td[data-title-group] ~ td[data-title-group]:before,
  .sort-table table.type-2 tbody td[data-title-group] ~ td[data-title-group]:before {
    display: block;
    text-align: center;
    margin-right: 0;
  }
  .sort-table table.type-2 thead td[data-title-group] ~ td[data-title-group]:after,
  .sort-table table.type-2 tbody td[data-title-group] ~ td[data-title-group]:after {
    content: attr(data-title-group);
    position: absolute;
    display: inline-block;
    color: #988072;
    font-size: 13px;
    font-weight: normal;
    left: -126px;
    top: 10px;
    width: auto;
  }
  .sort-table table.table-download {
    margin-top: 25px;
    border-top: 1px solid #e7e7e7;
  }
  .sort-table table.table-download tbody tr.collapse-tab-download {
    position: relative;
    display: block;
    border-bottom: none;
  }
  .sort-table table.table-download tbody tr.collapse-tab-download:before,
  .sort-table table.table-download tbody tr.collapse-tab-download:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 5px;
    width: 17px;
    height: 2px;
    background-color: #00205b;
    color: #00205b;
  }
  .sort-table table.table-download tbody tr.collapse-tab-download:before {
    display: block;
    right: 12px;
    height: 16px;
    width: 2px;
    margin-top: -7px;
  }
  .sort-table table.table-download tbody tr.collapse-tab-download + tr {
    display: block;
  }
  .sort-table table.table-download tbody tr.collapse-tab-download + tr > td {
    padding: 0;
  }
  .sort-table table.table-download tbody tr.collapse-tab-download + tr .collapse-table tr {
    border-bottom: none;
  }
  .sort-table table.table-download tbody tr.collapse-tab-download.open:before {
    display: none;
  }
  .sort-table table.table-download tbody tr.collapse-tab-download.active:before,
  .sort-table table.table-download tbody tr.collapse-tab-download.active:after {
    background-color: #00205b;
    color: #00205b;
  }
  .sort-table table.table-download tbody tr:not(.open-default) + tr .collapse-table {
    display: none;
  }
  .sort-table table.table-download tbody tr td:first-child {
    padding: 20px 0;
  }
  .sort-table table.table-download tbody tr td:first-child + [data-title-inline] {
    padding-top: 0;
  }
  .sort-table table.table-download tbody tr td .sort-text {
    padding-right: 25px;
  }
  .sort-table table.table-fundfacts tbody tr td {
    padding-top: 10px;
  }
  .sort-table table.table-fundfacts tbody tr td:nth-child(n+2) {
    display: inline-block;
    width: calc(50% - 39px);
    vertical-align: top;
  }
  .sort-table table.table-fundfacts tbody tr td[data-title-group]:after {
    content: attr(data-title-group);
    position: absolute;
    color: #333;
    font-size: 13px;
    font-weight: normal;
    left: 0;
    top: -10px;
    width: 100%;
  }
  .sort-table table.table-fundfacts tbody tr td.group-td {
    margin-top: 20px;
    padding-bottom: 5px;
  }
  .sort-table table.table-fundfacts tbody tr td[data-title-inline]:nth-child(odd) {
    margin-left: 30px;
  }
  .sort-table table.table-fundfacts tbody tr td[data-title-inline]:nth-child(odd):before {
    width: auto;
  }
  .sort-table table.table-fundfacts tbody tr td[data-title-inline] .sort-text {
    display: block;
  }
  .sort-table table.table-fundfacts tbody tr.active[data-title-group]:after {
    font-weight: 600;
  }
  .sort-table table.no-heading tbody tr td:first-child {
    float: left;
    width: auto;
  }
  .sort-table table.no-heading tbody tr td:first-child + td {
    padding-top: 25px;
  }
  .sort-table .date-price {
    display: block;
    margin-left: 0;
  }
  .star-rate {
    width: 15px;
    height: 14px;
    margin-left: 5px;
    margin-top: 2px;
  }
  .sort-text-align {
    width: 20%;
    text-align: center;
  }
  .td-content .no-star-rate {
    display: block;
    width: 19%;
    text-align: center;
  }
}
@media screen and (max-width: 375px) {
  .sort-table .sort-text-align {
    width: 19%;
  }
}
@media screen and (max-width: 350px) {
  .sort-table table tbody td {
    width: calc(33.3333% - 20px);
  }
  .sort-table table tbody td:last-child {
    width: calc(33.3333% - 5px);
  }
  .sort-table table.table-download tbody td {
    width: 100%;
  }
  .sort-table table.table-download tbody td:last-child {
    width: 100%;
  }
}
@media screen and (max-width: 320px) {
  .sort-table table.type-2 thead td .td-content,
  .sort-table table.type-2 tbody td .td-content {
    width: calc(100% - 133px);
  }
  .td-content .no-star-rate {
    width: 22%;
  }
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  .sort-table table.type-2 tbody td[data-title-group] {
    margin-left: 173px;
  }
  .sort-table table.type-2 tbody td[data-title-group]:after {
    left: -135px;
  }
  .sort-table table.type-2 tbody td[data-title-group] ~ td[data-title-group] {
    margin-left: 173px;
  }
  .sort-table table.type-2 tbody td[data-title-group] ~ td[data-title-group]:after {
    left: -135px;
  }
  .star-rate:first-child {
    margin-left: 0;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
  .sort-table .tooltip.bottom {
    padding-top: 7px;
  }
}
.search-funds-box {
  display: inline-block;
  vertical-align: middle;
  width: 480px;
  position: relative;
  text-align: right;
}
.search-funds-box input[type='text'] {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  width: 0;
  padding: 9px;
  height: auto;
  max-height: 40px;
  border-radius: 0;
  outline: none;
  background-color: #f3f3f3;
  border: none;
  margin-right: -4px;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.search-funds-box input[type='submit'] {
  display: inline-block;
  vertical-align: middle;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  outline: none;
  width: 40px;
  height: 40px;
  background: url("/images/funds/icon/search-icon.png") no-repeat;
  background-position: center;
  background-size: 70%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.search-funds-box.open input[type='text'] {
  -webkit-animation: slideOut 600ms forwards ease;
  -moz-animation: slideOut 600ms forwards ease;
  -ms-animation: slideOut 600ms forwards ease;
  animation: slideOut 600ms forwards ease;
}
.search-funds-box.open input[type='submit'] {
  background-color: #cccccc;
}
.watch-list-btn {
  cursor: pointer;
  position: relative;
  margin-left: 30px;
  display: inline-block;
  vertical-align: middle;
}
.watch-list-btn:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #e5e5e5;
  top: 0;
  left: -20px;
}
.add-watch-list-icon {
  width: 27px;
  height: 27px;
  display: inline-block;
  margin-right: 10px;
  background: url("/images/funds/icon/add-icon-active.png");
  background-size: 27px 27px;
  vertical-align: middle;
}
@keyframes slideOut {
  0% {
    width: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  1% {
    width: 0;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  100% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    width: 420px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  @keyframes slideOut {
    0% {
      width: 0;
      -webkit-opacity: 0;
      -moz-opacity: 0;
      opacity: 0;
    }
    1% {
      width: 0;
      -webkit-opacity: 1;
      -moz-opacity: 1;
      opacity: 1;
    }
    100% {
      -webkit-opacity: 1;
      -moz-opacity: 1;
      opacity: 1;
      width: calc(100% - 60px);
    }
  }
  .search-funds-box {
    width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .search-funds-box {
    width: calc(100% - 74px);
  }
  .watch-list-btn {
    margin-left: 20px;
  }
  .watch-list-btn:before {
    content: none;
  }
  .add-watch-list-icon {
    width: 22px;
    height: 22px;
    background-size: 22px 22px;
  }
  .search-funds-box.open input[type='text'] {
    -webkit-animation: none 300ms 0 ease;
    -moz-animation: none 300ms 0 ease;
    -ms-animation: none 300ms 0 ease;
    animation: none 300ms 0 ease;
    width: calc(100% - 41px);
    padding: 11px 15px;
  }
  .search-funds-box.open input[type='submit'],
  .search-funds-box.open input[type='text'] {
    background-color: #cccccc;
  }
  .search-funds-box input[type='text'] {
    background: transparent;
    width: 0;
    opacity: 1;
    font-size: 13px;
    padding: 11px 0px 11px 9px;
  }
  .search-funds-box input[type='submit'] {
    background-size: 50%;
    background-position: 5px center;
  }
}
.funds-selects {
  display: none;
}
.funds-selects .dropdown-filter-group .btn-dropdown {
  background: transparent;
  border: 1px solid #e5e5e5;
  max-width: 100%;
}
.funds-selects .dropdown-filter-group .btn-dropdown .caret {
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}
.funds-selects strong {
  display: block;
  font-size: 15px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .funds-selects {
    display: block;
  }
}
.button-dropdown {
  display: inline-block;
  vertical-align: middle;
  outline: none;
}
.button-dropdown button {
  background: none;
  border: none;
  padding: 12px 14px;
}
.button-dropdown button:hover,
.button-dropdown button:focus {
  outline: none;
}
.button-dropdown .ico-download {
  background: url(/images/funds/icon/ico-download.png) 0 0;
  background-size: contain;
  width: 22px;
  height: 25px;
  display: block;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.button-dropdown .dropdown-menu {
  left: auto;
  right: 0;
}
.button-dropdown .dropdown-menu .ico {
  width: 23px;
  height: 23px;
  background-size: 23px 23px;
  vertical-align: middle;
  margin-right: 10px;
}
.button-dropdown .dropdown-menu .ico.ico-facts {
  background-image: url(/images/funds/icon/ico-facts-white.png);
}
.button-dropdown .dropdown-menu .ico.ico-pros {
  background-image: url(/images/funds/icon/ico-pros-white.png);
}
.button-dropdown .dropdown-menu .ico.ico-prod {
  background-image: url(/images/funds/icon/ico-prod-white.png);
}
.button-dropdown .dropdown-menu .ico.ico-semi {
  background-image: url(/images/funds/icon/ico-semi-white.png);
}
.button-dropdown .dropdown-menu .ico.ico-annual {
  background-image: url(/images/funds/icon/ico-annual-white.png);
}
.button-dropdown .dropdown-menu .ico.ico-documents {
  background-image: url(/images/funds/icon/ico-documents-white.png);
}
.button-dropdown .dropdown-menu li a {
  padding: 13px 15px;
  font-size: 16px;
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.no-touchevents .button-dropdown:hover .ico-download,
.button-dropdown.open .ico-download {
  background: url(/images/funds/icon/ico-download-activ.png) 0 0;
  background-size: contain;
}
.no-touchevents .button-dropdown:hover button,
.button-dropdown.open button {
  background: #858585;
}
.no-touchevents .button-dropdown:hover button ~ .dropdown-menu,
.button-dropdown.open button ~ .dropdown-menu {
  background: #858585;
  margin-top: 0;
  border-radius: 0;
  border: none;
  padding: 0;
  top: 49px;
}
.no-touchevents .button-dropdown:hover button ~ .dropdown-menu .divider,
.button-dropdown.open button ~ .dropdown-menu .divider {
  margin: 0;
}
.no-touchevents .button-dropdown:hover span,
.button-dropdown.open span {
  color: #fff;
}
.no-touchevents .button-dropdown:hover .dropdown-menu,
.button-dropdown.open .dropdown-menu {
  display: block;
}
@media screen and (min-width: 768px) {
  .button-dropdown .dropdown-menu li a:hover {
    color: #333;
    -webkit-box-shadow: inset 0px 0 5px -1px #858585;
    -moz-box-shadow: inset 0px 0 5px -1px #858585;
    box-shadow: inset 0px 0 5px -1px #858585;
  }
  .button-dropdown .dropdown-menu li a:hover .ico-facts {
    background-image: url(/images/funds/icon/ico-facts.png);
  }
  .button-dropdown .dropdown-menu li a:hover .ico-pros {
    background-image: url(/images/funds/icon/ico-pros.png);
  }
  .button-dropdown .dropdown-menu li a:hover .ico-prod {
    background-image: url(/images/funds/icon/ico-prod.png);
  }
  .button-dropdown .dropdown-menu li a:hover .ico-semi {
    background-image: url(/images/funds/icon/ico-semi.png);
  }
  .button-dropdown .dropdown-menu li a:hover .ico-annual {
    background-image: url(/images/funds/icon/ico-annual.png);
  }
  .button-dropdown .dropdown-menu li a:hover .ico-documents {
    background-image: url(/images/funds/icon/ico-documents.png);
  }
}
@media screen and (max-width: 767px) {
  .button-dropdown .dropdown-menu li a:hover {
    color: #fff;
    background: #858585;
  }
}
.ico {
  display: inline-block;
  width: 35px;
  height: 35px;
  background-size: 35px;
  background-repeat: no-repeat;
}
.ico.ico-facts {
  background-image: url(/images/funds/icon/ico-facts.png);
}
.ico.ico-pros {
  background-image: url(/images/funds/icon/ico-pros.png);
}
.ico.ico-prod {
  background-image: url(/images/funds/icon/ico-prod.png);
}
.ico.ico-semi {
  background-image: url(/images/funds/icon/ico-semi.png);
}
.ico.ico-annual {
  background-image: url(/images/funds/icon/ico-annual.png);
}
.ico.ico-documents {
  background-image: url(/images/funds/icon/ico-documents.png);
}
.fund-details-header {
  background-color: #f3f1f0;
  padding: 30px 20px;
  margin-top: 20px;
}
.fund-details-header .star-rate {
  width: 22px;
  height: 21px;
}
.fund-details-header .morning-star .star-rate.opacity {
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
}
.fund-details-header .title {
  margin-bottom: 10px;
}
.fund-details-header .nav-amount,
.fund-details-header .daily-change {
  padding: 5px 0;
  font-size: 22px;
}
.fund-details-header .daily-change .funds-watch-rate,
.fund-details-header .daily-change .rate-change {
  display: inline-block;
  vertical-align: middle;
}
.fund-details-header .daily-change .funds-watch-rate.up,
.fund-details-header .daily-change .rate-change.up {
  margin-top: 2px;
}
.fund-details-header .morning-star {
  padding: 12px 0;
}
.fund-details-header:after {
  display: table;
  content: '';
  clear: both;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .fund-details-header .data-nav-date {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .fund-details-header {
    padding: 15px 0;
    margin-top: 0px;
  }
  .fund-details-header .nav-amount,
  .fund-details-header .daily-change {
    margin-bottom: 10px;
    font-size: 21px;
  }
  .fund-details-header .dropdown {
    margin-bottom: 20px;
  }
  .fund-details-header .data-nav-date {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .fund-details-header .data-nav-date {
    font-size: 10px;
  }
}
.funds-watchlist-empty {
  position: relative;
  background-color: #fafafa;
  min-height: 500px;
  margin-top: 20px;
}
.funds-watchlist-empty .content {
  position: absolute;
  width: 565px;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}
.funds-watchlist-empty .content p {
  font-size: 22px;
  margin: 0;
}
.funds-watchlist-empty .content .link {
  display: block;
  margin-top: 20px;
}
.funds-watchlist .sort-table {
  font-size: 14px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .funds-watchlist-empty {
    min-height: auto;
  }
  .funds-watchlist-empty .content {
    position: relative;
    width: 100%;
    padding: 25px;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  .funds-watchlist-empty .content p {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .funds-watchlist .sort-table {
    margin-bottom: 0;
    margin-top: -15px;
  }
  .funds-watchlist .sort-table table tbody tr:first-child {
    border-top: none;
  }
  .funds-watchlist .sort-table table tbody tr td:first-child {
    padding-top: 20px;
  }
}
.tab-template li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  border-top: 1px solid #e5e5e5;
}
.tab-template li a {
  display: block;
  position: relative;
  padding: 20px 10px;
  font-size: 14px;
  line-height: 1em;
  color: #333;
  text-align: center;
  border: none!important;
  background-color: #f7f7f7;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -ms-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
}
.tab-template li.active a {
  color: #001f67;
  font-weight: bold;
  background-color: #fff;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.tab-template li.active a:before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #001f67;
}
.tab-template li:hover a {
  background-color: #fff;
  color: #001f67;
}
.tab-template li:hover a:before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #001f67;
}
@media screen and (max-width: 767px) {
  .content-block.tab-content {
    padding: 0;
  }
  .tab-template + .tab-content .sort-table table tr:last-child {
    border-bottom: none;
  }
  .tab-template + .tab-content .sort-table-wrapper {
    border-bottom: 1px solid #e7e7e7;
  }
}
.tablesaw {
  margin-top: 10px;
  border-bottom: 1px solid #e7e6e6;
  border-right: 1px solid #e7e6e6;
}
.tablesaw thead th {
  text-align: center;
  width: 130px;
  vertical-align: top;
}
.tablesaw thead th:nth-child(n+2) {
  background-color: #dddcdd;
}
.tablesaw thead th span {
  font-weight: 500;
}
.tablesaw thead th span.line-break {
  display: block;
}
.tablesaw tbody tr {
  border-bottom: 1px solid #e7e6e6;
}
.tablesaw tbody tr:last-child {
  border-bottom: none;
}
.tablesaw tbody tr td {
  text-align: center;
  background-color: #fafafa;
  padding: 14px 0;
}
.tablesaw tbody tr td:first-child {
  background-color: #b9b8b9;
  color: #fff;
  border-right: none;
  padding: 0 20px;
  text-align: left;
}
.fund-returns-table {
  padding: 20px 15px 0;
}
.fund-returns-table .content {
  margin-top: 40px;
}
.fund-returns-table .content p {
  font-size: 16px;
  margin-bottom: 0;
}
.fund-returns-table .content p small {
  font-size: 14px;
}
.fund-returns-table .content .desc {
  margin-top: 25px;
}
.fund-returns-table .content .desc p {
  font-size: 14px;
}
.fund-returns-table.panel-group .panel-body.table {
  padding-bottom: 0;
  padding-top: 0;
}
.fund-returns-table .panel-default > .panel-heading {
  margin-top: 0;
}
.fund-returns-table sup {
  top: -0.25em;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .fund-returns-table sup {
    /* IE10+ specific styles go here */
    position: relative;
    vertical-align: super;
    top: 4px;
    line-height: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .fund-returns-table {
    padding: 20px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .tablesaw {
    width: calc(100% - 30px);
    margin: 5px auto;
    font-size: 13px;
  }
  .tablesaw thead th {
    width: auto;
    white-space: nowrap;
  }
  .tablesaw thead th.line-header {
    white-space: normal;
  }
  .tablesaw thead th:nth-child(n+2) {
    padding: 14px;
  }
  .tablesaw thead th.line-header {
    padding: 14px 5px;
  }
  .tablesaw-bar.tablesaw-mode-swipe {
    padding-right: 20px;
    padding-top: 10px;
  }
  .tablesaw-bar.tablesaw-mode-swipe:after {
    content: '';
    display: table;
    clear: both;
  }
  .tablesaw-advance-dots li i {
    width: 10px;
    height: 10px;
    background: #001f67;
  }
  .tablesaw-advance-dots li.tablesaw-advance-dots-hide {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  .tablesaw-advance-dots li.tablesaw-advance-dots-hide i {
    background: #dddcdd;
  }
  .tablesaw-advance a.tablesaw-nav-btn.right:before,
  .tablesaw-advance a.tablesaw-nav-btn.left:before {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
  }
  .tablesaw-advance a.tablesaw-nav-btn.right:before {
    border-left: 10px solid #001f67;
  }
  .tablesaw-advance a.tablesaw-nav-btn.left:before {
    border-right: 10px solid #001f67;
  }
  .tablesaw-advance a.tablesaw-nav-btn.disabled {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  .tablesaw-advance a.tablesaw-nav-btn.disabled:before {
    -webkit-opacity: 0.25;
    -moz-opacity: 0.25;
    opacity: 0.25;
  }
  .tablesaw-advance a.tablesaw-nav-btn:first-child {
    position: relative;
  }
  .tablesaw-advance a.tablesaw-nav-btn:first-child:after {
    content: "";
    position: absolute;
    border-right: 1px solid #001f67;
    right: -6px;
    top: 0;
    bottom: -7px;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  .tablesaw-advance .tablesaw-btn {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .tablesaw-advance .tablesaw-btn.btn-micro {
    overflow: inherit;
    border: none;
    top: -8px;
    outline: none;
  }
  .tablesaw-advance .tablesaw-btn:focus {
    box-shadow: none !important;
  }
  .tablesaw-swipe .tablesaw-swipe-cellpersist {
    border-right: none;
  }
  .fund-returns-table {
    padding: 0;
  }
  .fund-returns-table.panel-group {
    margin-bottom: 0;
    margin-top: 0;
  }
  .fund-returns-table .panel-body.table {
    padding: 15px 0;
  }
  .fund-returns-table .content {
    padding: 0 15px 20px;
    margin-top: 20px;
  }
  .fund-returns-table .content p {
    font-size: 15px;
  }
  .fund-returns-table .content .desc p {
    font-size: 11px;
  }
}
@media screen and (max-width: 320px) {
  .tablesaw tbody tr td:first-child {
    padding: 0 10px;
  }
}
.fund-facts .desc {
  padding: 20px 20px 0;
}
.fund-facts .desc p {
  font-size: 14px;
}
.table-fund-facts {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  overflow: hidden;
  font-size: 0;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  background-color: #d5c2b7;
}
.table-fund-facts .item {
  display: inline-block;
  width: calc(100% * (1/5));
  float: left;
  padding: 30px 20px;
  border-bottom: 1px solid #c3aa9c;
}
.table-fund-facts .item:before {
  content: "";
  border-bottom: 1px solid red;
}
.table-fund-facts .item:last-child {
  width: calc(100% - (20% * 2));
}
.table-fund-facts .item span {
  display: block;
  font-size: 14px;
}
.table-fund-facts .item span.star-rate {
  display: inline-block;
  margin-top: 5px;
  margin-right: 2px;
}
.table-fund-facts .item span.star-rate.opacity {
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
}
.table-fund-facts .item .star {
  white-space: nowrap;
}
.table-fund-facts:before {
  content: "";
  position: absolute;
  height: 1px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #d5c2b7;
}
.fund-facts .content {
  margin-top: 10px;
}
.fund-facts .content p {
  font-size: 16px;
  margin-bottom: 0;
}
.fund-facts .content p small {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .fund-facts .desc {
    padding: 20px 15px;
  }
  .fund-facts .desc span {
    display: block;
  }
  .fund-facts .desc span[data-current-year] {
    display: inline;
  }
  .fund-facts .desc p {
    font-size: 11px;
  }
  .fund-facts .content {
    padding: 0 20px 20px;
  }
  .table-fund-facts {
    padding: 0 15px;
  }
  .table-fund-facts .item {
    width: calc(100% * (1/2));
    padding: 20px 0;
  }
  .table-fund-facts .item span {
    display: block;
    font-size: 14px;
  }
  .table-fund-facts .item span.star-rate {
    margin-left: 0;
  }
  .table-fund-facts .item:last-child {
    width: 100%;
  }
}
.hidding {
  display: none;
}
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #cccccc;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #cccccc;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: #cccccc;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #cccccc;
}
.where-to-buy .link .btn-1 {
  margin-right: 10px;
}
.funds-detail-temp #disclaimer p,
.funds-temp #disclaimer p {
  font-size: 14px;
}
.funds-detail-temp #disclaimer a,
.funds-temp #disclaimer a {
  color: #001f67;
}
.logo-morningstar {
  margin-bottom: 20px;
}
.logo-morningstar p {
  font-size: 12px;
}
.loading-fund {
  background: url(/images/funds/loadingFund.gif);
  width: 47px;
  height: 23px;
  margin: 30px auto;
}
.funds-detail-temp .added + .tooltip.bottom .tooltip-inner {
  padding: 10px 5px;
}
.error-message-api {
  padding: 20% 0;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .funds-detail-temp #footer,
  .funds-temp #footer {
    padding: 0;
  }
  .funds-detail-temp #footer .container,
  .funds-temp #footer .container {
    padding: 30px 50px;
  }
  .funds-detail-temp #footer .container .pull-right,
  .funds-temp #footer .container .pull-right {
    padding-right: 0;
  }
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  .funds-detail-temp #footer,
  .funds-temp #footer {
    padding: 0;
  }
  .funds-detail-temp #footer .container,
  .funds-temp #footer .container {
    padding: 20px 10px !important;
  }
}
@media screen and (max-width: 767px) {
  .where-to-buy {
    padding-bottom: 20px;
  }
  .where-to-buy p {
    font-size: 15px;
  }
  .where-to-buy .link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    margin-top: 15px;
  }
  .where-to-buy .link .btn-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    flex-direction: column;
    width: 50%;
    float: left;
    margin-right: 0;
    font-size: 15px;
  }
  .where-to-buy .link .btn-1:first-child {
    margin-right: 5px;
  }
  .where-to-buy .link .btn-1:last-child {
    margin-left: 5px;
  }
  .funds-detail-temp #footer,
  .funds-temp #footer {
    padding: 0;
  }
  .funds-detail-temp #footer .container,
  .funds-temp #footer .container {
    padding: 0 10px !important;
  }
  .content-block .funds-awards ul li {
    font-size: 15px;
  }
  .logo-morningstar {
    margin-top: 20px;
    text-align: center;
  }
}
@media screen and (min-width: 1024px) {
  .funds-detail-temp #footer .container,
  .funds-temp #footer .container {
    padding: 30px 35px !important;
  }
}

