a[href^='hidden:'] {
  display: none;
}
.header-wrapper {
  padding: 0;
}
.header-wrapper .container {
  padding: 0;
}
.header-wrapper #reg-form {
  display: none;
}
.header-wrapper .overlay {
  display: none;
}
.header-wrapper .header {
  font-family: 'Source Sans Pro', Arial, sans-serif;
  border: 0;
}
.header-wrapper .header .logo-wrapper {
  float: left;
  width: 270px;
  padding-left: 15px;
}
.header-wrapper .header .logo-wrapper .logo-text-wrapper {
  display: table-cell;
  vertical-align: bottom;
  font-size: 18px;
  padding-left: 5px;
  line-height: 23px;
  color: #5ab3bb;
}
.header-wrapper .header .tools-wrapper {
  margin-left: 270px;
  position: relative;
}
.header-wrapper .header .popover {
  min-width: 300px;
  right: 10px !important;
  left: auto !important;
  padding: 15px 0;
  border-radius: 0;
  margin-top: 0;
}
.header-wrapper .header .popover .popover-content {
  padding: 0;
  max-height: 100%;
}
.header-wrapper .header .popover .popover-content .close-icon {
  height: 30px;
  width: 30px;
  background: url("../images/close.webp") center no-repeat;
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 300;
  cursor: pointer;
}
.header-wrapper .header .popover .signout-wrapper {
  padding: 0 45px 0 15px;
}
.header-wrapper .header .popover .signout-wrapper .cta-area {
  margin-top: 10px;
}
.header-wrapper .header .popover.signout-popover {
  bottom: auto;
}
.header-wrapper .header .search-form form {
  display: block;
  padding: 10px;
  position: relative;
  z-index: 1;
}
.header-wrapper .header .search-form form button {
  position: absolute;
  width: 35px;
  height: 35px;
  right: 10px;
  top: 10px;
  border: none;
  background: none;
}
.header-wrapper .header .search-form .header-search-autocomplete {
  width: auto !important;
  right: 10px;
  background: white;
  border: 1px solid #4d4d4d;
  font-size: 12px;
  height: 400px;
  overflow-y: auto;
}
.header-wrapper .header .search-form .header-search-autocomplete .search-autocomplete-item {
  display: table;
  width: 100%;
}
.header-wrapper .header .search-form .header-search-autocomplete .search-autocomplete-item .ticker,
.header-wrapper .header .search-form .header-search-autocomplete .search-autocomplete-item .title {
  display: table-cell;
}
.header-wrapper .header .search-form .header-search-autocomplete .search-autocomplete-item .ticker {
  width: 75px;
}
.header-wrapper .header .etf-navigation,
.header-wrapper .header .etf-navigation a {
  font-family: 'Source Sans Pro', Arial, sans-serif;
}
.japan-typography .header-wrapper .header,
.japan-typography .header-wrapper .header .etf-navigation,
.japan-typography .header-wrapper .header .etf-navigation a,
.japan-typography .header-wrapper .header .secondary-nav .text-link {
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", Osaka, sans-serif;
}
.App > .report nav {
  z-index: 10;
}
@media screen and (max-width: 767px) {
  html body .header-wrapper {
    min-height: 55px;
  }
  html body .header-wrapper .overlay {
    display: none;
    position: fixed;
    z-index: 10;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("../images/overlay.webp") repeat;
  }
  html body .header-wrapper .overlay .menu {
    display: none;
    width: 290px;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    background: #f9f9f9;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  }
  html body .header-wrapper .overlay .menu .title {
    background: #5a6770;
    font-weight: 700;
    color: #fff;
    font-size: 17px;
    height: 40px;
    line-height: 20px;
    padding: 10px 15px;
  }
  html body .header-wrapper .overlay .menu .title .close-menu-btn {
    width: 20px;
    height: 20px;
    border: 0;
    outline: none;
    background: url("../images/close-menu.webp") no-repeat center center;
  }
  html body .header-wrapper .overlay .menu .accordion-group {
    margin: 0;
  }
  html body .header-wrapper .overlay .menu .accordion-group .accordion-panel.navigation-item .accordion-heading .accordion-title .heading-control .heading-content-wrapper {
    background: none;
  }
  html body .header-wrapper .overlay .menu .accordion-group .accordion-panel .panel-collapse .accordion-body {
    padding: 0;
  }
  html body .header-wrapper .overlay .menu .accordion-link .heading-control {
    display: block;
    color: #464646;
    font-weight: 400;
    font-size: 13px;
    border-bottom: 1px solid #4d4d4d;
  }
  html body .header-wrapper .overlay .menu .accordion-link .heading-control .heading-content-wrapper {
    height: 40px;
    padding: 0 25px;
  }
  html body .header-wrapper .overlay .menu .accordion-link:last-child .heading-control {
    border-bottom: 0;
  }
  html body .header-wrapper .overlay .menu .secondary-menu-accordion .accordion-panel {
    background-color: #f3f3f3;
  }
  html body .header-wrapper .header {
    border-bottom: 1px solid #4d4d4d;
    background: white;
    position: fixed;
    z-index: 101;
    width: 100%;
    left: 0;
    top: 0;
  }
  html body .header-wrapper .header .mobile-control {
    background: white;
    width: 55px;
    height: 55px;
    border: none;
    display: block;
    outline: none;
  }
  html body .header-wrapper .header .mobile-control.toggle-menu-btn {
    background: url('../images/menu-icon.webp') center center no-repeat;
    background-size: 28px 19px;
  }
  html body .header-wrapper .header .mobile-control.toggle-register-btn {
    background: url('../images/profile-icon.webp') center center no-repeat;
    background-size: 31px 31px;
  }
  html body .header-wrapper .header .mobile-control.toggle-register-btn.active {
    background-image: url('../images/profile-icon-active.webp');
  }
  html body .header-wrapper .header .mobile-control.toggle-search-btn {
    background: url('../images/search-icon.webp') center center no-repeat;
    background-size: 28px 31px;
  }
  html body .header-wrapper .header .mobile-control.toggle-search-btn.back {
    background-image: none;
  }
  html body .header-wrapper .header .mobile-control.sign-out-btn {
    background: url('../images/signout-icon.webp') center center no-repeat;
    background-size: 35px 35px;
  }
  html body .header-wrapper .header .mobile-controls > .arrow {
    display: none;
    position: absolute;
    border-color: transparent;
    border-style: solid;
    border-width: 11px;
    top: 45px;
    right: 72px;
    left: auto !important;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    z-index: 1061;
  }
  html body .header-wrapper .header .mobile-controls > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    content: "";
    border-width: 10px;
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff;
  }
  html body .header-wrapper .header .logo {
    height: 55px;
    display: inline-block;
    border-left: 1px solid #4d4d4d;
    padding: 8px 15px;
  }
  html body .header-wrapper .header .logo img {
    height: 36px;
    width: auto;
  }
  html body .header-wrapper .header .search-form {
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 55px;
    background: white;
  }
  html body .header-wrapper .header .search-form .toggle-search-btn {
    float: left;
    width: 75px;
    font-size: 12px;
    font-weight: bold;
    color: #05A9B1;
    position: relative;
    z-index: 2;
  }
  html body .header-wrapper .header .search-form form {
    padding-left: 80px;
  }
  html body .header-wrapper .header .search-form.visible {
    display: block;
  }
  html body .header-wrapper .header .popover {
    position: fixed;
    bottom: 10px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
  }
  html body .header-wrapper .header .popover .arrow {
    display: none;
    right: 60px;
    left: auto !important;
  }
  html.menu-opened {
    overflow: hidden;
    position: fixed;
  }
  html.menu-opened body {
    overflow: hidden;
  }
  html.menu-opened body .page-content-wrapper {
    -webkit-transform: translateX(290px);
    transform: translateX(290px);
    overflow: hidden;
  }
  html.menu-opened body .header-wrapper .overlay {
    display: block;
  }
  html.menu-opened body .header-wrapper .overlay .menu {
    display: block;
  }
  html.menu-opened body .header-wrapper .header {
    left: 290px;
  }
  html.popover-shown {
    overflow: hidden;
  }
  html.popover-shown body {
    overflow: hidden;
  }
  html.popover-shown body .page-content-wrapper {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    overflow: hidden;
  }
  html.popover-shown body .header-wrapper .overlay {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .header-wrapper .header .popover {
    padding: 20px 0;
    min-width: 750px;
    margin-top: 10px;
    right: 0 !important;
  }
  .header-wrapper .header .popover .popover-content .close-icon {
    top: -5px;
  }
  .header-wrapper .header .popover .arrow {
    left: auto !important;
    right: 75px;
  }
  .header-wrapper .header .auth-panel {
    width: 90%;
    margin-top: 12px;
  }
  .header-wrapper .header .auth-panel .text-area {
    color: #9d9e9f;
    font-weight: bold;
    padding-right: 10px;
  }
  .header-wrapper .header .auth-panel .cta-area {
    width: 185px;
    padding-left: 5px;
  }
  .header-wrapper .header .auth-panel .cta-area .sign-out-btn,
  .header-wrapper .header .auth-panel .cta-area .toggle-register-btn {
    width: 100%;
  }
  .header-wrapper .header .secondary-nav {
    font-weight: 500;
    font-size: 13px;
    margin: 8px 0 -8px;
  }
  .header-wrapper .header .secondary-nav .text-link {
    color: #464646;
    font-family: 'Source Sans Pro', Arial, sans-serif;
  }
  .header-wrapper .header .secondary-nav .dropdown-menu {
    left: auto;
    right: -10px;
    min-width: 100px;
  }
  .header-wrapper .header .secondary-nav .caret {
    color: #05A9B1;
  }
  .header-wrapper .header .logo {
    display: inline-block;
    width: 160px;
  }
  .header-wrapper .header .logo img {
    height: auto;
    width: 100%;
  }
  .header-wrapper .header .primary-nav {
    margin: 10px 0;
    position: relative;
    background: #5a6770;
  }
  .header-wrapper .header .primary-nav .search-form {
    width: 210px;
  }
  .header-wrapper .header .primary-nav .search-form form {
    padding-left: 0;
  }
  .header-wrapper .header .primary-nav .search-form form .header-search-input::-ms-clear {
    width: 0;
    height: 0;
  }
  .header-wrapper .header .primary-nav .search-form form .header-search-autocomplete {
    width: 400px !important;
  }
  .header-wrapper .header .primary-nav .nav-menu-wrapper {
    width: 100%;
    height: 54px;
  }
  .header-wrapper .header .primary-nav .nav-menu-wrapper .nav-menu-item {
    text-align: center;
  }
  .header-wrapper .header .primary-nav .nav-menu-wrapper .nav-menu-item .nav-menu-handler {
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    color: #fff;
    padding: 0px 10px;
    line-height: 100%;
  }
  .header-wrapper .header .primary-nav .nav-menu-wrapper .nav-menu-item.hover {
    background: #fff;
  }
  .header-wrapper .header .primary-nav .nav-menu-wrapper .nav-menu-item.hover .nav-menu-handler {
    color: #5a6770;
  }
  .header-wrapper .header .primary-nav .nav-menu-wrapper .nav-menu-item.hover .etf-navigation,
  .header-wrapper .header .primary-nav .nav-menu-wrapper .nav-menu-item.hover .list-navigation {
    display: block;
  }
  .header-wrapper .header .primary-nav .nav-menu-wrapper .nav-menu-item.selected .vertical-aligner-wrapper {
    height: 35px;
    background-color: #7e858b;
  }
  .header-wrapper .header .primary-nav .nav-menu-wrapper .nav-menu-item.selected.hover .vertical-aligner-wrapper {
    background: #fff;
    height: 100%;
  }
  .header-wrapper .header .primary-nav .nav-menu-wrapper .nav-menu-item:last-child .list-navigation {
    left: auto;
    margin-left: 0;
    right: 0;
  }
  .header-wrapper .header .reg-dialog-wrapper {
    position: relative;
  }
  .header-wrapper .header .reg-dialog-wrapper .reg-container {
    border-left: 2px dotted #4d4d4d;
  }
  .header-wrapper .header .etf-navigation,
  .header-wrapper .header .list-navigation {
    position: absolute;
    display: none;
    border: 1px solid #4d4d4d;
    border-top: none;
    background-color: white;
    text-align: left;
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
    z-index: 20;
  }
  .header-wrapper .header .list-navigation-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
  }
  .header-wrapper .header .list-navigation-wrapper .list-navigation {
    left: 0;
    width: 100%;
    padding: 10px 0;
    min-width: 250px;
  }
  .header-wrapper .header .list-navigation-wrapper .list-navigation .navigation-item {
    display: block;
    padding: 10px 20px;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
    line-height: 20px;
  }
  .header-wrapper .header .etf-navigation {
    left: 0;
    right: 0;
    top: 100%;
    z-index: 1500;
  }
  .header-wrapper .header .etf-navigation.two-level-navigation {
    left: auto;
  }
  .header-wrapper .header .etf-navigation.two-level-navigation .etf-navigation-wrapper {
    width: 500px;
  }
  .header-wrapper .header .etf-navigation.two-level-navigation .subcategories-wrapper .etf-list {
    width: 225px;
  }
  .header-wrapper .header .etf-navigation.two-level-navigation .subcategories-wrapper .etf-list .navigation-item {
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
  }
  .header-wrapper .header .etf-navigation .categories-wrapper,
  .header-wrapper .header .etf-navigation .subcategories-wrapper,
  .header-wrapper .header .etf-navigation .etf-wrapper {
    padding: 0 15px;
  }
  .header-wrapper .header .etf-navigation .etf-navigation-wrapper {
    padding: 15px 0;
  }
  .header-wrapper .header .etf-navigation .group-list,
  .header-wrapper .header .etf-navigation .etf-list {
    display: none;
    list-style: none;
    padding: 0;
  }
  .header-wrapper .header .etf-navigation .group-list.visible,
  .header-wrapper .header .etf-navigation .etf-list.visible {
    display: block;
  }
  .header-wrapper .header .etf-navigation .group-list {
    width: 215px;
    border-top: 1px solid #4d4d4d;
  }
  .header-wrapper .header .etf-navigation .group-list .group-list-item {
    border: 1px solid #4d4d4d;
    border-top: none;
    border-left: none;
  }
  .header-wrapper .header .etf-navigation .group-list .group-list-item .group-list-item-handler {
    display: block;
    line-height: 36px;
    padding: 0 10px;
    padding-right: 9px;
    font-weight: 900;
  }
  .header-wrapper .header .etf-navigation .group-list .group-list-item.has-subitems.hover {
    border-right: none;
    position: relative;
  }
  .header-wrapper .header .etf-navigation .group-list .group-list-item.has-subitems.hover .group-list-item-handler {
    padding-right: 10px;
  }
  .header-wrapper .header .etf-navigation .group-list .group-list-item.has-subitems.hover:after {
    display: block;
    position: absolute;
    width: 15px;
    top: 0;
    right: -15px;
    height: 100%;
    content: "";
    background: url("../images/arrow.webp") center center no-repeat;
  }
  .header-wrapper .header .etf-navigation .group-list.subcategories-list {
    font-size: 12px;
  }
  .header-wrapper .header .etf-navigation .etf-wrapper .etf-list {
    padding-left: 490px;
  }
  .header-wrapper .header .etf-navigation .etf-list .etf-group {
    margin-bottom: 5px;
  }
  .header-wrapper .header .etf-navigation .etf-list .etf-group .etf-group-heading {
    font-size: 12px;
    font-weight: 900;
  }
  .header-wrapper .header .etf-navigation .etf-list .subcategory-link-wrapper a {
    display: inline-block;
    border-top: 1px solid #4d4d4d;
    font-weight: bold;
    padding-top: 5px;
  }
  .header-wrapper .header .etf-navigation .etf-list .subcategory-link-wrapper a:after {
    content: " ";
    background: url('../images/arrow-teal.webp') no-repeat center right;
    display: inline-block;
    width: 10px;
    height: 0.64em;
  }
  .header-wrapper .header .etf-navigation .etf {
    display: table;
    height: 20px;
    line-height: 20px;
    padding: 2px 0;
  }
  .header-wrapper .header .etf-navigation .etf:hover span {
    text-decoration: underline;
  }
  .header-wrapper .header .etf-navigation .etf .etf-code {
    display: table-cell;
    vertical-align: top;
    width: 60px;
    font-size: 12px;
    font-weight: bold;
    color: #0fcbd4;
    text-align: left;
    line-height: 20px;
  }
  .header-wrapper .header .etf-navigation .etf .etf-desciption {
    display: table-cell;
    font-size: 12px;
    color: #464646;
    font-weight: normal;
    line-height: 20px;
  }
  .header-wrapper .header .etf-navigation .viewed {
    position: absolute;
    border-top: 2px dotted #d1d5d5;
    bottom: 0px;
    width: 100%;
    height: 130px;
  }
  .header-wrapper .header .etf-navigation .viewed .viewed-title {
    color: #464646;
    font-size: 14px;
    font-weight: bold;
    margin-top: 20px;
    margin-left: 25px;
    text-align: left;
  }
  .header-wrapper .header .etf-navigation .viewed .viewed-item {
    float: left;
    height: 70px;
    width: 33%;
    display: table;
    padding-left: 25px;
  }
  .header-wrapper .header .etf-navigation .viewed .viewed-item:nth-child(4) .viewed-description {
    border-right: none;
  }
  .header-wrapper .header .etf-navigation .viewed .viewed-code {
    color: #328aa2;
    font-size: 28px;
    width: 80px;
    margin-left: 25px;
    vertical-align: middle;
    display: table-cell;
    text-align: left;
    padding-right: 10px;
  }
  .header-wrapper .header .etf-navigation .viewed .viewed-code a {
    font-size: 28px;
  }
  .header-wrapper .header .etf-navigation .viewed .viewed-code a:hover {
    text-decoration: none;
  }
  .header-wrapper .header .etf-navigation .viewed .viewed-description {
    color: #464646;
    font-size: 12px;
    font-weight: bold;
    width: 200px;
    padding-right: 10px;
    vertical-align: middle;
    display: table-cell;
    text-align: left;
    border-right: 1px solid #4d4d4d;
  }
  .header-wrapper .header .etf-navigation .viewed .viewed-description a {
    color: #464646;
    font-size: 12px;
    font-weight: bold;
  }
  .header-wrapper .header .etf-navigation .viewed .viewed-description a:hover {
    text-decoration: underline;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .header-wrapper .header .etf-navigation .subcategory-list-item .etf {
    width: 255px;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .radio-inline.custom-label {
    display: block;
    margin: 5px 10px 5px 0;
  }
}
.table {
  position: relative;
  font-size: 14px;
  margin-bottom: 10px;
  table-layout: fixed;
}
.table > thead > tr > th {
  color: white !important;
  border: none;
  padding: 10px 15px;
  letter-spacing: normal;
  vertical-align: top;
  text-align: right;
  font-size: 14px;
}
.table > thead > tr > th .timestamp {
  font-size: 12px;
  font-weight: normal;
}
.table > thead > tr > th > span {
  color: white !important;
}
.table > thead > tr > th .footer-links {
  padding: 0 !important;
  margin-bottom: 0;
}
.table > thead > tr > th.value {
  width: 140px;
}
.table > tbody > tr.table-section-head {
  background-color: #a8a7a7 !important;
  color: white !important;
  font-weight: bold;
}
.table > tbody > tr > td {
  padding: 10px 15px;
  border: none;
  text-align: right;
}
.table > tbody > tr > td .tooltip .tooltip-inner {
  max-width: 400px;
  width: 400px;
}
.table > tbody > tr > td.shifted {
  padding-left: 40px;
}
.table > tbody > tr > td.value {
  width: 120px;
}
.table > tbody > tr.strong {
  font-weight: bold;
}
.table > tbody > tr.marked {
  background: #f2f2f2 !important;
}
.table > tbody > tr.shifted {
  padding-left: 40px;
}
.table.table-striped-customized > tbody + tbody {
  border-top: none;
}
.table.table-striped-customized > tbody > tr.table-section-head td {
  background-color: transparent !important;
}
.table.table-bordered > tbody > tr > td {
  border: 1px solid #ddd;
}
.table.centered tr th,
.table.centered tr td {
  text-align: center;
}
.table tr th:nth-child(1),
.table tr td:nth-child(1) {
  text-align: left;
}
.table.table-countries tr {
  padding: 0;
}
.table .left-oriented {
  text-align: left;
}
.table.alternative-asset-classification > tbody > tr.table-section-head {
  font-weight: bold;
  color: white !important;
  font-size: 14px;
  background: #6b6b6b !important;
}
.table.alternative-asset-classification > tbody > tr.level-1 {
  font-weight: bold;
  font-size: 14px;
  background: white !important;
  border-bottom: 5px solid #a8a7a7;
}
.table.alternative-asset-classification > tbody > tr.level-2 > td {
  padding-left: 40px;
}
.table.alternative-asset-classification > tbody > tr.level-3 > td {
  padding-left: 65px;
}
.table-striped-customized tr td,
.table-striped-customized tr th,
.yui3-skin-wt .yui3-datatable td {
  background: #f2f2f2;
}
.table-striped-customized tr:nth-child(odd) td,
.table-striped-customized tr:nth-child(odd) th {
  background: none;
}
#total-returns-section table thead th {
  font-size: 13px;
}
.key-info-section {
  border: 1px solid #cbcbcb;
  padding: 20px;
  margin-top: 10px;
}
.key-info-section h2 {
  font-family: 'Source Sans Pro', Arial, sans-serif;
  font-weight: 700;
  font-size: 16px;
}
.key-info-section ul {
  list-style: none;
  padding: 0;
  padding-top: 10px;
  margin: 0;
  font-family: 'Source Sans Pro', Arial, sans-serif;
  font-size: 13px;
}
.key-info-section ul li {
  padding: 2px 0;
}
.key-info-section ul li .rightValue {
  float: right;
  font-weight: 900;
  max-width: 60%;
  text-align: right;
}
.key-info-section .keyDate {
  color: #999;
  font-size: 10px;
}
/*************************************************************** FULL SIZE VERSION **************************************************************/
@media screen and (min-width: 768px) {
  .table {
    display: table;
    margin: 0 0 10px 0;
    border-bottom: 1px #f2f2f2 solid !important;
    font-size: 13px;
  }
  .table > thead > tr > th {
    font-size: 13px;
    padding: 10px 10px;
  }
  .table > tbody > tr > td {
    padding: 10px 10px;
  }
  .table.big-table {
    display: none !important;
  }
  .table.alternative-asset-classification > tbody > tr.level-1 {
    font-size: 13px;
  }
  .table.alternative-asset-classification > tbody > tr.level-2 > td {
    padding-left: 35px;
  }
  .table.dynamic-table {
    display: table;
    margin-top: 20px !important;
    table-layout: auto;
  }
  .table.dynamic-table caption {
    padding: 10px 10px;
    font-weight: bold;
    font-size: 14px;
  }
  .table.dynamic-table thead.yui3-datatable-columns tr th {
    vertical-align: bottom;
    padding: 8px 10px;
    border-right: 1px solid white;
    border-top: 1px solid white;
    border-left: 0;
  }
   > .table.dynamic-table thead.yui3-datatable-columns tr th:last-child {
    border-right: none;
  }
  .table.dynamic-table thead.yui3-datatable-columns tr th.yui3-datatable-sortable .yui3-datatable-liner {
    padding: 10px 0;
    margin: 0;
  }
  .table.dynamic-table thead.yui3-datatable-columns tr th.yui3-datatable-sortable .yui3-datatable-liner .wt-sort-indicator {
    background: url(../images/arrow-sort-right.webp) no-repeat;
  }
  .table.dynamic-table thead.yui3-datatable-columns tr th.yui3-datatable-sortable.yui3-datatable-asc .yui3-datatable-liner .wt-sort-indicator {
    background: url(../images/arrow-sort-up.webp) no-repeat;
  }
  .table.dynamic-table thead.yui3-datatable-columns tr th.yui3-datatable-sortable.yui3-datatable-desc .yui3-datatable-liner .wt-sort-indicator {
    background: url(../images/arrow-sort-down.webp) no-repeat;
  }
  .table.dynamic-table thead.yui3-datatable-columns tr th .yui3-datatable-liner {
    display: table;
    padding: 0;
    margin: 0 auto;
    font-weight: bold;
  }
  .table.dynamic-table thead.yui3-datatable-columns tr th .yui3-datatable-liner .wt-sort-indicator {
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 9px;
    margin: 0 0 0 10px;
    padding: 0;
  }
  .table.dynamic-table thead.yui3-datatable-columns tr th .yui3-datatable-liner a {
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    line-height: 100%;
    font-size: 12px;
    color: white;
  }
  .table.dynamic-table thead.yui3-datatable-columns tr th .yui3-datatable-liner span {
    display: inline-block;
    vertical-align: middle;
  }
  .table.dynamic-table tbody.yui3-datatable-data tr td {
    vertical-align: middle;
  }
  .table.dynamic-table tbody.yui3-datatable-data tr td .yui3-datatable-liner {
    padding: 5px 10px;
  }
  .table.dynamic-table tbody.yui3-datatable-data tr td .yui3-datatable-liner td:active,
  .table.dynamic-table tbody.yui3-datatable-data tr td .yui3-datatable-liner td > a:active,
  .table.dynamic-table tbody.yui3-datatable-data tr td .yui3-datatable-liner td > a > img:active,
  .table.dynamic-table tbody.yui3-datatable-data tr td .yui3-datatable-liner td:hover,
  .table.dynamic-table tbody.yui3-datatable-data tr td .yui3-datatable-liner td > a:hover,
  .table.dynamic-table tbody.yui3-datatable-data tr td .yui3-datatable-liner td > a > img:hover,
  .table.dynamic-table tbody.yui3-datatable-data tr td .yui3-datatable-liner td:focus,
  .table.dynamic-table tbody.yui3-datatable-data tr td .yui3-datatable-liner td > a:focus,
  .table.dynamic-table tbody.yui3-datatable-data tr td .yui3-datatable-liner td > a > img:focus,
  .table.dynamic-table tbody.yui3-datatable-data tr td .yui3-datatable-liner td:visited,
  .table.dynamic-table tbody.yui3-datatable-data tr td .yui3-datatable-liner td > a:visited,
  .table.dynamic-table tbody.yui3-datatable-data tr td .yui3-datatable-liner td > a > img:visited {
    text-decoration: none;
    outline: none;
    border: none;
  }
  .table.dynamic-table .yui3-datatable-liner {
    padding: 0;
  }
  .table.dynamic-table .popover {
    margin-left: -5px;
  }
  .yui3-datatable-content {
    display: block;
    overflow-x: auto;
  }
  .scrollable {
    overflow-x: scroll;
  }
}
.yui3-skin-wt .yui3-datatable table {
  font-size: 16px;
  font-family: 'Source Sans Pro', Arial, sans-serif;
}
.yui3-skin-wt .yui3-datatable table.dynamic-table,
table.dynamic-table {
  font-family: 'Source Sans Pro', Arial, sans-serif;
  margin-top: 20px;
}
.japan-typography .yui3-skin-wt .yui3-datatable table.dynamic-table,
.japan-typography table.dynamic-table {
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", Osaka, sans-serif;
}
@media screen and (max-width: 767px) {
  .management-report-table {
    margin-right: -15px;
    margin-left: -15px;
    width: auto;
  }
  .management-report-table tbody {
    display: block;
  }
  .management-report-table tbody tr {
    display: block;
  }
  .management-report-table tbody tr td {
    display: block;
    text-align: left;
  }
  .management-report-table tbody tr td:nth-child(1) {
    padding: 10px 5px;
    border-bottom: 1px dashed #cbcbcb;
  }
  .management-report-table tbody tr td:nth-child(2) {
    position: absolute;
  }
  .management-report-table tbody tr td:nth-child(3),
  .management-report-table tbody tr td:nth-child(4) {
    padding-left: 70px;
  }
}
/*************************************************************** TABLET SPECIFIC VERSION **************************************************************/
@media screen and (min-width: 768px) and (max-width: 991px) {
  .table > thead > tr > th {
    padding-left: 10px;
    padding-right: 10px;
  }
  .key-info-section ul li .rightValue {
    float: inherit;
    max-width: 100%;
    text-align: left;
    display: block;
  }
}
.sections-container .section {
  margin-left: -15px;
  margin-right: -15px;
}
.sections-container .section.details-section {
  font-family: 'Source Sans Pro', Arial, sans-serif;
}
.sections-container .section.details-section .view-trigger {
  display: none;
  color: #05A9B1;
  font-size: 13px;
  cursor: pointer;
}
.sections-container .section.details-section .section-header {
  padding: 10px 15px;
  border-top: 1px #328aa2 solid;
  color: #328aa2;
}
.sections-container .section.details-section .section-header .title {
  display: inline-block;
  margin: 0;
  font-weight: bold;
  font-size: 15px;
  max-width: 90%;
  word-wrap: break-word;
  word-break: break-all;
}
.sections-container .section.details-section .section-header.mobile-section-header {
  cursor: pointer;
}
.sections-container .section.details-section .section-header .collapse-container {
  float: right;
}
.sections-container .section.details-section .section-header .collapse-container .collapse-icon {
  background-image: url(../images/minus-icon-dark-blue.webp);
  background-position: center;
  width: 10px;
  height: 2px;
  display: inline-block;
  vertical-align: middle;
}
.sections-container .section.details-section .section-header.full-section-header {
  display: none !important;
}
.sections-container .section.details-section .section-header.collapsed .collapse-container .collapse-icon {
  background-image: url(../images/plus-icon-dark-blue.webp);
  height: 10px;
}
.sections-container .section.details-section .table-container {
  border-top: 1px solid #328aa2;
}
.sections-container .section.details-section .table-container .table {
  display: table;
}
.sections-container .section.details-section .table-container img {
  height: auto;
  max-width: 100%;
}
.sections-container .section.details-section .timestamp.mobile {
  display: block;
  font-size: 13px;
  float: right;
}
.sections-container .section.details-section .timestamp.mobile span {
  vertical-align: text-bottom;
}
.sections-container .section.details-section .timestamp.full {
  display: none;
}
.sections-container .section.details-section .float-label .info-component {
  display: block;
  text-align: right;
  font-weight: normal;
  font-size: 13px;
}
.sections-container .section.details-section .table-description {
  display: block;
  font-size: 13px;
  padding: 0 15px;
}
.sections-container .section.details-section .section-info {
  padding: 0 15px;
}
.sections-container .section.details-section .section-info .inception-notes .inception-note-item {
  display: block;
  font-size: 13px;
}
.sections-container .section.details-section .footer-links {
  padding: 0 15px;
  list-style-type: none;
}
.sections-container .section.details-section .footer-links li a {
  display: inline-block;
  font-size: 13px;
}
.sections-container .section.details-section .footer-links li a:focus,
.sections-container .section.details-section .footer-links li a:hover,
.sections-container .section.details-section .footer-links li a:active,
.sections-container .section.details-section .footer-links li a:visited {
  border: none;
  text-decoration: none;
  outline: 0;
}
.sections-container .section.details-section .section-description {
  padding: 0 15px;
  display: block;
  font-size: 13px;
}
.sections-container .section.details-section .section-description span {
  display: block;
}
.sections-container .section.details-section.links-section {
  margin: 0 0 22px 0;
  padding: 0;
}
.sections-container .section.details-section.links-section .section-header .title {
  font-size: 17px;
}
.sections-container .section.details-section.links-section .fund-details-links {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.sections-container .section.details-section.links-section .fund-details-links > li {
  padding: 5px 0;
}
.sections-container .section.details-section.links-section .fund-details-links > li > a {
  font-size: 14px;
}
.sections-container .section.details-section.links-section .fund-details-links > li:empty {
  display: none;
}
.sections-container .section.details-section.quick-links {
  display: none;
}
.sections-container .section.details-section.document-links {
  margin-top: 10px;
  border-bottom: 2px dotted #b8bdbe;
}
.sections-container .section.details-section.document-links .section-header {
  border: none;
  padding: 0 0 10px 0;
  color: #05a9b1;
  line-height: 1.5;
}
.sections-container .section.details-section.document-links .section-header .title {
  line-height: 1;
  max-height: 17px;
}
.sections-container .section.details-section.document-links .scWebEditInput {
  display: block;
}
.sections-container .section.details-section:last-child .mobile-section-header {
  border-bottom: 1px #328aa2 solid;
}
.sections-container .section.details-section:last-child .table-container {
  border-top: 0;
  border-bottom: 1px solid #328aa2;
}
.sections-container .section.fund-description {
  margin: 0;
  padding: 5px 0 20px 0;
}
.sections-container .section.fund-description p {
  font-size: 13px;
}
.sections-container .section.fund-description ul {
  font-size: 13px;
}
.sections-container .tabs-component .section.details-section .section-header .title {
  font-weight: normal;
}
.sections-container .tabs-component .section.details-section:last-child .mobile-section-header {
  margin-top: -1px;
}
.japan-typography .sections-container .section.details-section {
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", Osaka, sans-serif;
}
/*************************************************************** MOBILE SPECIFIC VERSION **************************************************************/
@media screen and (max-width: 767px) {
  .sections-container .section.details-section .row {
    margin: 0;
  }
  .sections-container .section.details-section .section-item {
    padding: 0 0 20px 0;
  }
  .sections-container .section.details-section .section-item.description-section {
    padding: 10px 15px;
  }
  .sections-container .section.details-section.document-links .section-header .title {
    background-image: url(../images/arrow-teal-horizontal-up.webp);
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 20px;
  }
  .sections-container .section.details-section.document-links .section-header.collapsed .title {
    background-image: url(../images/arrow-teal-horizontal-down.webp);
  }
  .sections-container .section.fund-description {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: -15px;
    margin-right: -15px;
    border-top: 1px #328aa2 solid;
  }
  .sections-container > .divider-wrapper {
    display: none;
  }
}
/*************************************************************** TABLET SPECIFIC VERSION **************************************************************/
@media screen and (min-width: 768px) and (max-width: 991px) {
  .sections-container .section.details-section.links-section .fund-details-links {
    margin: 0 -5px !important;
  }
  .sections-container .section.details-section.links-section .fund-details-links li {
    padding: 10px 5px !important;
  }
}
/*************************************************************** FULL SIZE VERSION **************************************************************/
@media screen and (min-width: 768px) {
  .sections-container {
    margin-top: 0;
    padding-bottom: 10px;
  }
  .sections-container .section {
    margin-left: 0;
    margin-right: 0;
  }
  .sections-container .section.details-section {
    margin-top: 20px;
  }
  .sections-container .section.details-section .section-header {
    border: none;
    padding: 0;
  }
  .sections-container .section.details-section .section-header .title {
    font-size: 18px;
    color: #666666;
    text-transform: uppercase;
  }
  .sections-container .section.details-section .section-header.mobile-section-header {
    display: none !important;
  }
  .sections-container .section.details-section .section-header.full-section-header {
    display: block !important;
  }
  .sections-container .section.details-section .section-header .collapse-container {
    display: none;
  }
  .sections-container .section.details-section .table-container {
    border: none;
  }
  .sections-container .section.details-section:last-child .table-container {
    border: none;
  }
  .sections-container .section.details-section .section-item {
    margin-top: 10px;
  }
  .sections-container .section.details-section .collapse,
  .sections-container .section.details-section .collapsing {
    display: block;
  }
  .sections-container .section.details-section .timestamp.mobile {
    display: none;
  }
  .sections-container .section.details-section .timestamp.full {
    display: inline-block;
    font-size: 13px;
    float: right;
    color: black;
  }
  .sections-container .section.details-section .float-label {
    position: absolute;
    right: 0;
    bottom: 100%;
    padding-bottom: 10px;
    color: black;
    font-weight: normal;
    font-size: 13px;
  }
  .sections-container .section.details-section .float-label .info-component {
    font-size: 13px;
  }
  .sections-container .section.details-section .float-label.sub-header {
    left: 0;
    font-size: 18px;
    color: #666666;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 120%;
  }
  .sections-container .section.details-section .table-description {
    padding: 0;
    margin-bottom: 0;
    font-size: 12px;
  }
  .sections-container .section.details-section .footer-links {
    padding: 0;
    margin: 0;
  }
  .sections-container .section.details-section .footer-links li a {
    font-size: 13px;
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .sections-container .section.details-section .footer-links li a:hover {
    text-decoration: underline;
  }
  .sections-container .section.details-section .section-info {
    padding: 12px 0;
  }
  .sections-container .section.details-section .section-info .inception-notes {
    float: right;
    text-align: right;
    padding-top: 1px;
  }
  .sections-container .section.details-section .section-info .inception-notes .inception-note-item {
    font-size: 12px;
  }
  .sections-container .section.details-section .section-description {
    padding: 0;
  }
  .sections-container .section.details-section.mobile-displayed {
    display: none;
  }
  .sections-container .section.details-section .view-trigger {
    display: block;
  }
  .sections-container .section.details-section.links-section {
    margin-top: 15px;
    margin-bottom: 0;
    padding-bottom: 15px;
  }
  .sections-container .section.details-section.links-section .fund-details-links {
    position: relative;
    display: inline;
    padding: 0;
    overflow: hidden;
    min-height: 15px;
  }
  .sections-container .section.details-section.links-section .fund-details-links li {
    display: inline-block;
    padding: 5px 15px 5px 0;
    width: 24%;
    vertical-align: middle;
  }
  .sections-container .section.details-section.links-section .fund-details-links li > a {
    font-size: 15px;
  }
  .sections-container .section.details-section.links-section .fund-details-links li > a:hover {
    text-decoration: underline;
  }
  .sections-container .section.details-section.quick-links {
    border-top: 2px dotted #b8bdbe;
    border-bottom: 2px dotted #b8bdbe;
    display: block;
    margin-bottom: 30px;
    padding-top: 15px;
    margin-top: 0;
  }
  .sections-container .section.details-section.quick-links .fund-details-links li > a {
    font-weight: bold;
  }
  .sections-container .section.details-section.quick-links .fund-details-links li > a:hover {
    text-decoration: none;
  }
  .sections-container .section.details-section.index-quick-links {
    margin-top: 30px;
  }
  .sections-container .section.details-section.document-links {
    border: none;
  }
  .sections-container .section.details-section.document-links .title {
    color: #666666;
  }
}
body.fixed-body {
  position: fixed !important;
  overflow: hidden;
  width: 100%;
}
.modal-backdrop {
  z-index: 10000;
}
.modal {
  z-index: 10001;
}
.modal.details-modal .modal-dialog {
  min-height: 450px;
}
.modal.details-modal .modal-dialog .modal-content {
  color: #333;
  font-weight: normal;
  z-index: 9999999999;
}
.modal.details-modal .modal-dialog .modal-content .modal-body {
  max-height: calc(100vh - 200px);
  overflow-y: auto;
}
.modal.details-modal .modal-dialog .modal-content .modal-body .section-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.modal.details-modal .modal-dialog .modal-content .modal-body .section-title .timestamp {
  display: inline-block;
  font-size: 13px;
  font-weight: normal;
  float: right;
  color: black;
}
.modal.details-modal .modal-dialog .modal-content .modal-body .table {
  table-layout: auto;
}
.modal.details-modal .modal-dialog .modal-content .modal-body .table .table-section-head {
  padding: 10px 20px;
  font-weight: bold;
}
.modal.details-modal .modal-dialog .modal-content .modal-header {
  position: relative;
}
.modal.details-modal .modal-dialog .modal-content .modal-header .close {
  position: absolute;
  top: 0;
  right: 0;
  height: 40px;
  width: 40px;
}
.modal.details-modal .modal-dialog .modal-content .modal-header .close:active,
.modal.details-modal .modal-dialog .modal-content .modal-header .close:hover,
.modal.details-modal .modal-dialog .modal-content .modal-header .close:focus,
.modal.details-modal .modal-dialog .modal-content .modal-header .close:visited {
  text-decoration: none;
  outline: none;
  border: none;
}
.modal.details-modal .modal-dialog .modal-content .modal-header .product-type {
  padding-bottom: 10px;
}
.modal.details-modal .modal-dialog .modal-content .piped-links {
  padding: 10px 15px 5px 15px;
}
.modal.details-modal .modal-dialog .modal-content .piped-links .piped-link {
  margin-right: 5px;
  padding-right: 5px;
}
.modal.details-modal .modal-dialog .modal-content .piped-links .piped-link:last-child {
  margin-right: 0;
  padding-right: 0;
}
.modal.details-modal .modal-dialog .modal-content .piped-links .piped-link a {
  font-size: 11px;
}
.modal.details-modal .modal-dialog .modal-content .piped-links .piped-link a:focus,
.modal.details-modal .modal-dialog .modal-content .piped-links .piped-link a:hover,
.modal.details-modal .modal-dialog .modal-content .piped-links .piped-link a:active,
.modal.details-modal .modal-dialog .modal-content .piped-links .piped-link a:visited {
  border: none;
  text-decoration: none;
  outline: 0;
}
.modal.details-modal .modal-dialog .modal-content .modal-footer {
  padding: 10px 15px;
}
.modal.details-modal .modal-dialog .modal-content .modal-footer .back-link {
  cursor: pointer;
}
.modal.details-modal .modal-dialog .modal-content .modal-footer .back-link:active,
.modal.details-modal .modal-dialog .modal-content .modal-footer .back-link:hover,
.modal.details-modal .modal-dialog .modal-content .modal-footer .back-link:focus,
.modal.details-modal .modal-dialog .modal-content .modal-footer .back-link:visited {
  text-decoration: none;
  outline: none;
  border: none;
}
.modal.portfolio-information-modal .portfolio-modal-title {
  margin-bottom: 10px;
}
.modal.portfolio-information-modal .portfolio-modal-link {
  margin-top: 10px;
}
.modal.portfolio-information-modal .portfolio-information-scroller {
  overflow-y: auto;
}
.modal .close {
  position: absolute;
  right: 20px;
  width: 20px;
  height: 20px;
  background: url('../images/close.webp') center center no-repeat;
  z-index: 10;
  opacity: 1;
}
.modal .modal-content {
  border-radius: 0;
}
.modal .modal-content .modal-body {
  padding: 25px;
}
.modal .modal-content .modal-body .button {
  margin-top: 15px;
  line-height: 24px;
  position: static;
}
.modal .modal-content .modal-body.modal-redirect {
  padding: 20px 15px;
}
.modal.no-content-borders .modal-header,
.modal.no-content-borders .modal-footer {
  border: none;
}
body.modal-open {
  overflow: hidden !important;
}
.modal-panel .modal-dialog .modal-content {
  padding: 20px;
}
/*************************************************************** FULL SIZE VERSION **************************************************************/
@media screen and (min-width: 768px) {
  body.modal-open {
    position: relative !important;
  }
  body.modal-open.fixed-body {
    position: fixed !important;
  }
  .modal.details-modal .modal-dialog {
    min-width: 850px;
  }
  .modal.details-modal .modal-dialog .modal-content .modal-header .close {
    position: relative;
    top: 0;
    right: 0;
    height: 30px;
    width: 20px;
  }
  .modal.details-modal .modal-dialog .modal-content .modal-body {
    max-height: 450px;
  }
  .modal.details-modal .modal-dialog .modal-content .modal-body .table > thead > tr > th {
    padding-left: 20px;
    padding-right: 20px;
  }
  .modal.details-modal .modal-dialog .modal-content .piped-links .piped-link {
    margin-right: 15px;
    padding-right: 15px;
  }
  .modal.details-modal .modal-dialog .modal-content .piped-links .piped-link a {
    font-size: 13px;
  }
  .modal.details-modal .modal-dialog .modal-content .modal-footer {
    padding: 15px;
  }
  .modal-panel .modal-dialog {
    width: 640px;
  }
}
/*************************************************************** TABLET SPECIFIC VERSION **************************************************************/
@media screen and (min-width: 768px) and (max-width: 991px) {
  .modal.details-modal .modal-dialog {
    min-width: 750px;
  }
}
/*************************************************************** MOBILE VERSION **************************************************************/
@media screen and (max-width: 767px) {
  .modal-panel .button {
    margin: 15px 0 0;
    display: block;
  }
}
.carousel:not(.carousel-new) {
  margin: 0 -15px 5px;
}
.carousel:not(.carousel-new) .item-content {
  width: 100%;
  background: #adadad right center no-repeat;
  background-size: cover;
  height: 120px;
  margin-bottom: 230px;
}
.carousel:not(.carousel-new) .item-content.tight {
  height: 350px;
  margin-bottom: 0;
  background-position: center;
}
.carousel:not(.carousel-new) .item-content.tight .item-text {
  position: absolute;
  width: 100%;
  height: 150px;
  top: auto;
  background: rgba(255, 255, 255, 0.95);
  overflow: hidden;
  padding: 5px 15px;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 0;
  padding-top: 16px;
}
.carousel:not(.carousel-new) .item-content.tight .button-link {
  font-family: 'Source Sans Pro', Arial, sans-serif;
  padding: 18px 20px 30px 30px;
  height: 26px;
  font-size: 18px;
  margin-top: 15px;
}
.carousel:not(.carousel-new) .item-content.tight .button-link img {
  margin-left: 30px;
  width: auto;
  height: 15px;
  vertical-align: top;
}
.carousel:not(.carousel-new) .item-content.tight .carousel-font {
  font-family: 'Source Sans Pro', Arial, sans-serif;
  font-size: 22px;
  line-height: 1;
}
.carousel:not(.carousel-new) .item-content.tight .title-text-container,
.carousel:not(.carousel-new) .item-content.tight .button-text-container {
  text-align: center;
}
.carousel:not(.carousel-new) .item-content .item-text {
  background: rgba(255, 255, 255, 0.95);
  text-align: center;
  position: relative;
  height: 230px;
  top: 120px;
}
.carousel:not(.carousel-new) .item-content .divider-wrapper {
  display: none;
}
.carousel:not(.carousel-new) .carousel-controls-wrapper {
  text-align: center;
  padding: 20px/2 0;
}
.carousel:not(.carousel-new) .carousel-controls-wrapper .carousel-controls {
  display: inline-block;
  border-spacing: 15px 0;
  margin: 0 auto;
}
.carousel:not(.carousel-new) .carousel-controls-wrapper .carousel-controls .carousel-control-arrow,
.carousel:not(.carousel-new) .carousel-controls-wrapper .carousel-controls .carousel-indicators {
  display: block;
  float: left;
}
.carousel:not(.carousel-new) .carousel-controls-wrapper .carousel-controls .carousel-indicators {
  margin: 0;
  padding: 0;
  list-style: none;
  position: static;
  width: auto;
}
.carousel:not(.carousel-new) .carousel-controls-wrapper .carousel-controls .carousel-indicators .carousel-indicator {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #4d4d4d;
  margin: 10px 3px 0;
  border: 0;
}
.carousel:not(.carousel-new) .carousel-controls-wrapper .carousel-controls .carousel-indicators .carousel-indicator.active {
  background: #05A9B1;
}
.carousel:not(.carousel-new) .carousel-controls-wrapper .carousel-controls .carousel-control-arrow {
  width: 15px;
  height: 30px;
  background: none;
}
.carousel:not(.carousel-new) .carousel-controls-wrapper .carousel-controls .carousel-control-arrow.left {
  background: url('../images/carousel-arrow-left.webp') no-repeat center;
  margin-right: 15px;
}
.carousel:not(.carousel-new) .carousel-controls-wrapper .carousel-controls .carousel-control-arrow.right {
  background: url('../images/carousel-arrow-right.webp') no-repeat center;
  margin-left: 15px;
}
@media screen and (max-width: 767px) {
  .carousel:not(.carousel-new) .item-content.tight .item-text .vertical-aligner-wrapper .vertical-aligner {
    vertical-align: top !important;
  }
}
@media screen and (min-width: 768px) {
  .carousel:not(.carousel-new) {
    margin: 5px 0;
  }
  .carousel:not(.carousel-new) .item-content {
    height: auto;
    margin-bottom: 0;
  }
  .carousel:not(.carousel-new) .item-content.tight {
    padding-top: 38%;
    min-height: 0;
  }
  .carousel:not(.carousel-new) .item-content.tight .item-text {
    padding: 16px;
    height: auto;
    margin-left: 0;
    text-align: initial;
    width: 100%;
    top: auto;
  }
  .carousel:not(.carousel-new) .item-content .item-text {
    height: 350px;
    width: 480px;
    top: 0;
  }
}
@media screen and (min-width: 992px) {
  .carousel:not(.carousel-new) .item-content.tight .item-text {
    padding: 20px;
  }
  .carousel:not(.carousel-new) .item-content.tight .item-text .carousel-font {
    white-space: normal;
  }
}
@media screen and (min-width: 1200px) {
  .carousel:not(.carousel-new) .item-content.tight {
    padding-top: 34%;
  }
  .carousel:not(.carousel-new) .item-content.tight .item-text {
    padding: 30px;
    padding-top: 0;
    width: 280px;
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
    height: auto;
  }
  .carousel:not(.carousel-new) .item-content.tight .item-text .button-link {
    margin-top: 30px;
    height: 26px;
    padding: 15px 20px 30px 30px;
  }
  .carousel:not(.carousel-new) .item-content.tight .item-text .carousel-font {
    line-height: 1.5;
  }
  .carousel:not(.carousel-new) .item-content.tight .item-text .title-text-container,
  .carousel:not(.carousel-new) .item-content.tight .item-text .button-text-container {
    text-align: left;
  }
  .carousel:not(.carousel-new) .item-content .item-text {
    height: 387px;
    width: 600px;
  }
}
.featured-etf:not(.featured-etf-new) .title {
  font-family: 'Source Sans Pro', Arial, sans-serif;
  font-weight: 900;
  color: #05A9B1;
  font-size: 42px;
  line-height: 42px;
}
.featured-etf:not(.featured-etf-new) .subtitle {
  margin-bottom: 5px;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .featured-etf:not(.featured-etf-new) .title {
    font-size: 52px;
    line-height: 52px;
  }
}
@media screen and (min-width: 768px) {
  .featured-etf:not(.featured-etf-new) .title {
    font-size: 64px;
    line-height: 72px;
  }
  .featured-etf:not(.featured-etf-new) .subtitle {
    margin-bottom: 25px;
    font-size: 14px;
  }
}
@media screen and (min-width: 992px) {
  .featured-etf:not(.featured-etf-new) .title {
    font-size: 88px;
    line-height: 88px;
  }
  .featured-etf:not(.featured-etf-new) .subtitle {
    font-size: 20px;
  }
  .featured-etf:not(.featured-etf-new) .button-link {
    padding: 15px 20px;
    height: 46px;
    font-size: 20px;
  }
}
.carousel.carousel-new {
  margin: 0 0 5px;
}
.carousel.carousel-new .item-content {
  width: 100%;
  background: #adadad right center no-repeat;
  background-size: cover;
  height: 120px;
  margin-bottom: 230px;
}
.carousel.carousel-new .item-content .item-text-wrapper {
  position: relative;
  height: 100%;
}
.carousel.carousel-new .item-content.tight {
  height: 350px;
  margin-bottom: 0;
  background-position: center;
}
.carousel.carousel-new .item-content.tight .item-text {
  position: absolute;
  left: 50%;
  margin-left: -50%;
  width: 100%;
  bottom: 35px;
  height: 140px;
  top: auto;
  background: rgba(255, 255, 255, 0.95);
  overflow: hidden;
  padding: 5px 15px;
  text-align: center;
}
.carousel.carousel-new .item-content.tight .button-link img {
  display: none;
}
.carousel.carousel-new .item-content.tight .title-text-container,
.carousel.carousel-new .item-content.tight .button-text-container {
  text-align: center;
}
.carousel.carousel-new .item-content.advisor {
  height: 350px;
  margin-bottom: 0;
  background-position: center;
}
.carousel.carousel-new .item-content.advisor .item-text {
  position: absolute;
  left: 15px;
  margin: 0;
  width: 630px;
  bottom: 40px;
  height: auto;
  top: 140px;
  overflow: hidden;
  padding: 0;
  text-align: center;
}
.carousel.carousel-new .item-content.advisor .item-text .title-wrapper {
  width: 210px;
  font-family: 'Source Sans Pro', Arial, sans-serif;
  font-weight: 900;
}
.carousel.carousel-new .item-content.advisor .item-text .title-wrapper p,
.carousel.carousel-new .item-content.advisor .item-text .title-wrapper span {
  line-height: 100%;
}
.carousel.carousel-new .item-content.advisor .item-text .content {
  text-align: left;
  padding: 0 25px;
}
.carousel.carousel-new .item-content.advisor .item-text .content .subtitle {
  font-family: 'Source Sans Pro', Arial, sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #8C959B;
}
.carousel.carousel-new .item-content.advisor .item-text .content .btn-wrapper {
  margin-top: 15px;
}
.carousel.carousel-new .item-content.advisor .item-text .content .btn-wrapper .button-link {
  font-family: 'Source Sans Pro', Arial, sans-serif;
  font-size: 18px;
}
.carousel.carousel-new .item-content.full-width {
  height: 350px;
  background-position: center;
  display: table;
  margin-bottom: 0;
}
.carousel.carousel-new .item-content.full-width .carousel-item-wrapper {
  display: table-cell;
  vertical-align: middle;
}
.carousel.carousel-new .item-content.full-width .carousel-item-wrapper .item-text {
  background: transparent;
  height: auto;
  overflow: hidden;
  padding: 0;
  text-align: center;
  margin: 0 auto;
  top: auto;
}
.carousel.carousel-new .item-content.full-width .carousel-item-wrapper .item-text .heading-image {
  margin-bottom: 30px;
  max-width: 600px;
}
.carousel.carousel-new .item-content.full-width .carousel-item-wrapper .item-text .title-text-container {
  text-align: justify;
  color: #ffffff;
  font-family: 'Source Sans Pro', Arial, sans-serif;
}
.carousel.carousel-new .item-content.full-width .carousel-item-wrapper .item-text .button-text-container {
  margin-top: 10px;
}
.carousel.carousel-new .item-content .item-text {
  background: rgba(255, 255, 255, 0.95);
  text-align: center;
  position: relative;
  height: 230px;
  top: 120px;
}
.carousel.carousel-new .item-content .mobile-carousel-item {
  display: none;
}
.carousel.carousel-new .carousel-controls-wrapper {
  text-align: center;
  padding: 20px/2 0;
}
.carousel.carousel-new .carousel-controls-wrapper .carousel-controls {
  display: inline-block;
  border-spacing: 15px 0;
  margin: 0 auto;
}
.carousel.carousel-new .carousel-controls-wrapper .carousel-controls .carousel-control-arrow,
.carousel.carousel-new .carousel-controls-wrapper .carousel-controls .carousel-indicators {
  display: block;
  float: left;
}
.carousel.carousel-new .carousel-controls-wrapper .carousel-controls .carousel-indicators {
  margin: 0;
  padding: 0;
  list-style: none;
  position: static;
  width: auto;
}
.carousel.carousel-new .carousel-controls-wrapper .carousel-controls .carousel-indicators .carousel-indicator {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #4d4d4d;
  margin: 10px 3px 0;
  border: 0;
}
.carousel.carousel-new .carousel-controls-wrapper .carousel-controls .carousel-indicators .carousel-indicator.active {
  background: #05A9B1;
}
.carousel.carousel-new .carousel-controls-wrapper .carousel-controls .carousel-control-arrow {
  width: 15px;
  height: 30px;
  background: none;
}
.carousel.carousel-new .carousel-controls-wrapper .carousel-controls .carousel-control-arrow.left {
  background: url('../images/carousel-arrow-left.webp') no-repeat center;
  margin-right: 15px;
}
.carousel.carousel-new .carousel-controls-wrapper .carousel-controls .carousel-control-arrow.right {
  background: url('../images/carousel-arrow-right.webp') no-repeat center;
  margin-left: 15px;
}
@media screen and (max-width: 767px) {
  .carousel.carousel-new .container {
    padding-left: 0;
    padding-right: 0;
  }
  .carousel.carousel-new .item-content .item-text .button-link {
    padding: 5px 14px;
    height: 26px;
    font-size: 14px;
  }
  .carousel.carousel-new .item-content.advisor .item-text {
    left: 0;
    width: 100%;
  }
  .carousel.carousel-new .item-content.advisor .item-text .title-wrapper {
    height: 65px;
  }
  .carousel.carousel-new .item-content.advisor .item-text .content {
    padding: 0 25px 32px 25px;
    position: relative;
  }
  .carousel.carousel-new .item-content.advisor .item-text .content .subtitle {
    font-size: 14px;
  }
  .carousel.carousel-new .item-content.advisor .item-text .content .btn-wrapper {
    text-align: center;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
  }
  .carousel.carousel-new .item-content.full-width .carousel-item-wrapper .item-text {
    padding: 0 15px;
    margin: 0;
  }
  .carousel.carousel-new .item-content .desktop-carousel-item {
    display: none;
  }
  .carousel.carousel-new .item-content .mobile-carousel-item {
    display: table;
  }
}
@media screen and (min-width: 768px) {
  .carousel.carousel-new {
    margin: 5px 0;
  }
  .carousel.carousel-new .item-content {
    height: auto;
    margin-bottom: 0;
  }
  .carousel.carousel-new .item-content.tight {
    height: 350px;
  }
  .carousel.carousel-new .item-content.tight .item-text {
    left: 10px;
    width: 330px;
    height: auto;
    bottom: 10px;
    top: 10px;
    margin-left: 0;
    padding: 15px;
    text-align: initial;
  }
  .carousel.carousel-new .item-content .item-text {
    height: 350px;
    width: 480px;
    top: 0;
  }
}
@media screen and (min-width: 992px) {
  .carousel.carousel-new .item-content.tight .item-text {
    padding: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .carousel.carousel-new .item-content.tight {
    height: 387px;
  }
  .carousel.carousel-new .item-content.tight .item-text {
    padding: 30px 25px;
    width: 320px;
    top: 15px;
    bottom: 15px;
    left: 15px;
    height: auto;
  }
  .carousel.carousel-new .item-content.full-width {
    height: 387px;
  }
  .carousel.carousel-new .item-content.advisor {
    height: 387px;
  }
  .carousel.carousel-new .item-content .item-text {
    height: 387px;
    width: 600px;
  }
}
.featured-etf.featured-etf-new .highlighted-area {
  position: absolute;
  min-width: 120px;
  bottom: 100%;
  padding: 30px 20px;
  height: 120px !important;
  line-height: 60px;
  width: 200px;
}
.featured-etf.featured-etf-new .highlighted-area img {
  width: 80px;
  height: auto;
}
.featured-etf.featured-etf-new .content-area {
  padding: 25px 30px;
}
.featured-etf.featured-etf-new .content-area .featured-title,
.featured-etf.featured-etf-new .content-area .featured-description {
  font-weight: bold;
  margin-bottom: 15px;
  color: #00aade;
  text-align: left;
  white-space: pre-line;
}
.featured-etf.featured-etf-new .content-area .featured-title {
  font-family: 'Source Sans Pro', Arial, sans-serif;
  font-size: 20px;
  line-height: 32px;
}
.featured-etf.featured-etf-new .content-area .featured-description {
  font-family: 'Source Sans Pro', Arial, sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
}
.featured-etf.featured-etf-new .content-area .featured-btn-wrapper {
  margin-top: 25px;
  text-align: left;
}
.featured-etf.featured-etf-new .content-area .featured-btn-wrapper .button-link {
  font-family: 'Source Sans Pro', Arial, sans-serif;
  font-size: 18px;
  padding: 18px 17px 18px 30px;
  height: auto;
}
.featured-etf.featured-etf-new .content-area .featured-btn-wrapper .button-link img {
  margin-left: 13px;
  width: auto;
  height: 15px;
  vertical-align: top;
}
@media screen and (min-width: 768px) {
  .featured-etf.featured-etf-new .highlighted-area {
    position: static;
    height: auto !important;
    width: 180px;
    padding: 15px;
  }
  .featured-etf.featured-etf-new .highlighted-area img {
    width: 120px;
  }
  .featured-etf.featured-etf-new .content-area {
    padding: 30px;
  }
  .featured-etf.featured-etf-new .content-area .featured-title,
  .featured-etf.featured-etf-new .content-area .featured-description {
    margin-bottom: 11px;
    line-height: 32px;
  }
  .featured-etf.featured-etf-new .content-area .featured-title {
    font-size: 22px;
  }
  .featured-etf.featured-etf-new .content-area .featured-description {
    font-size: 16px;
  }
  .featured-etf.featured-etf-new .content-area .featured-btn-wrapper {
    margin-top: 15px;
  }
  .featured-etf.featured-etf-new .content-area .featured-btn-wrapper .button-link {
    font-size: 18px;
  }
  .featured-etf.featured-etf-new .content-area .featured-btn-wrapper .button-link img {
    width: auto;
    margin-left: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .featured-etf.featured-etf-new .highlighted-area {
    width: 240px;
  }
  .featured-etf.featured-etf-new .highlighted-area img {
    width: 160px;
  }
  .featured-etf.featured-etf-new .content-area {
    padding: 40px;
  }
  .featured-etf.featured-etf-new .content-area .featured-title,
  .featured-etf.featured-etf-new .content-area .featured-description {
    margin-bottom: 12px;
  }
  .featured-etf.featured-etf-new .content-area .featured-title {
    font-size: 22px;
    line-height: 32px;
  }
  .featured-etf.featured-etf-new .content-area .featured-description {
    font-size: 18px;
    line-height: 21px;
  }
  .featured-etf.featured-etf-new .content-area .featured-btn-wrapper {
    margin-top: 31px;
  }
  .featured-etf.featured-etf-new .content-area .featured-btn-wrapper .button-link {
    font-size: 18px;
    height: auto;
  }
}
.breadcrumbs {
  list-style: none;
  margin: 15px 0 0;
  padding: 0;
}
.breadcrumbs .breadcrumb-item {
  float: left;
}
.breadcrumbs .breadcrumb-item:not(:last-child) {
  background: url('../../client/images/arrow-teal-right.svg') center right no-repeat;
  padding-right: 22px;
  margin-right: 10px;
  background-size: 8px;
  font-weight: 800;
}
.breadcrumbs .breadcrumb-item a,
.breadcrumbs .breadcrumb-item a:hover,
.breadcrumbs .breadcrumb-item a:active,
.breadcrumbs .breadcrumb-item a:visited,
.breadcrumbs .breadcrumb-item a:focus,
.breadcrumbs .breadcrumb-item span {
  font-size: 14px;
  font-family: 'Source Sans Pro', Arial, sans-serif;
  font-weight: normal;
}
.breadcrumbs .breadcrumb-item a:hover {
  text-decoration: underline;
}
/*************************************************************** PRINT VERSION **************************************************************/
.tabs-component,
.link-tabs {
  margin: 0;
}
.tabs-component .tab-headers,
.link-tabs .tab-headers {
  list-style: none;
  padding: 0;
  margin: 0;
}
.tabs-component .tab-headers .tab-header,
.link-tabs .tab-headers .tab-header {
  padding: 15px;
  border-top: 1px solid;
  color: #05a9b1;
  font-weight: bold;
}
.tabs-component .tab-headers .tab-header.active,
.link-tabs .tab-headers .tab-header.active {
  background: #328aa2;
  color: white;
}
.tabs-component .tab-headers .tab-header.active *,
.link-tabs .tab-headers .tab-header.active * {
  color: white !important;
}
.tabs-component .tab-headers .tab-header:last-child,
.link-tabs .tab-headers .tab-header:last-child {
  border-bottom: 1px solid;
}
.link-tabs {
  margin: 0 -15px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .hidden-custom {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .tabs-component,
  .link-tabs {
    margin: 0;
  }
  .tabs-component .tab-headers,
  .link-tabs .tab-headers {
    display: table;
  }
  .tabs-component .tab-headers .tab-header,
  .link-tabs .tab-headers .tab-header {
    display: table-cell;
    vertical-align: middle;
    background: #efefef;
    position: relative;
    text-align: center;
    padding: 0;
    border: 0 !important;
  }
  .tabs-component .tab-headers .tab-header .heading-control,
  .link-tabs .tab-headers .tab-header .heading-control {
    display: block;
    padding: 8px 15px;
    height: 50px;
    max-width: 215px;
    color: #666666;
    font: bold 16px 'Source Sans Pro', Arial, sans-serif;
    line-height: 15px;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
  }
  .tabs-component .tab-headers .tab-header .heading-control .heading-content-wrapper,
  .link-tabs .tab-headers .tab-header .heading-control .heading-content-wrapper {
    width: 100%;
    height: 100%;
  }
  .tabs-component .tab-headers .tab-header .heading-control *,
  .link-tabs .tab-headers .tab-header .heading-control * {
    line-height: 17px;
  }
  .tabs-component .tab-headers .tab-header:hover,
  .link-tabs .tab-headers .tab-header:hover {
    background: #dddddd;
  }
  .tabs-component .tab-headers .tab-header.active,
  .link-tabs .tab-headers .tab-header.active,
  .tabs-component .tab-headers .tab-header.active:hover,
  .link-tabs .tab-headers .tab-header.active:hover {
    background: #05a9b1;
  }
  .tabs-component .tab-headers .tab-header.active,
  .link-tabs .tab-headers .tab-header.active {
    background: #05a9b1;
  }
  .tabs-component .tab-headers .tab-header.active .heading-control,
  .link-tabs .tab-headers .tab-header.active .heading-control {
    color: #ffffff;
  }
  .tabs-component .tab-headers .tab-header.active:after,
  .link-tabs .tab-headers .tab-header.active:after {
    display: block;
    position: absolute;
    bottom: -3px;
    left: 50%;
    margin-left: -13px;
    content: "\25bc";
    width: 26px;
    height: 12px;
    color: #05a9b1;
  }
  .tabs-component .tab-headers .tab-header:first-child .heading-control,
  .link-tabs .tab-headers .tab-header:first-child .heading-control {
    border-left: none;
  }
  .tabs-component .tab-headers .tab-header:last-child .heading-control,
  .link-tabs .tab-headers .tab-header:last-child .heading-control {
    border-right: none;
  }
  .tabs-component .tab-headers.three-line-header .tab-header .heading-control,
  .link-tabs .tab-headers.three-line-header .tab-header .heading-control {
    height: 85px;
    font-size: 13px;
  }
  .tabs-component .tab-content,
  .link-tabs .tab-content {
    padding-top: 12px;
    border-top: 2px solid #05a9b1;
  }
  .link-tabs {
    border-bottom: 2px solid #328aa2;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .tabs-component .tab-headers .tab-header .heading-control,
  .link-tabs .tab-headers .tab-header .heading-control {
    padding: 8px 10px;
    height: 70px;
  }
  .tabs-component .tab-headers.three-line-header .tab-header .heading-control,
  .link-tabs .tab-headers.three-line-header .tab-header .heading-control {
    padding: 8px 5px;
    height: 85px;
  }
  .divident-growth-tabs {
    height: 80px !important;
    padding: 8px 12px !important;
  }
}
.table-sublayout .table-cellspacing-offset .table-sublayout-table {
  display: block;
  width: 100%;
}
.table-sublayout .table-cellspacing-offset .table-sublayout-table .table-sublayout-column {
  display: block;
}
@media screen and (min-width: 768px) {
  .table-sublayout .table-cellspacing-offset .table-sublayout-table {
    display: table;
    table-layout: fixed;
  }
  .table-sublayout .table-cellspacing-offset .table-sublayout-table .table-sublayout-column {
    display: table-cell;
    vertical-align: top;
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .table-sublayout .table-cellspacing-offset {
    margin: 0 !important;
  }
  .table-sublayout .table-cellspacing-offset .table-sublayout-table {
    border-spacing: 0 !important;
  }
  .table-sublayout .table-cellspacing-offset .table-sublayout-table .table-sublayout-column:first-child {
    margin-top: 0 !important;
  }
}
.imaged-heading .table-wrapper {
  display: table;
  border-spacing: 0;
  width: 100%;
}
.imaged-heading .icon,
.imaged-heading .heading {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}
.imaged-heading .heading {
  line-height: 110%;
  width: 100%;
  word-break: break-word;
}
.imaged-heading .icon .heading-button-auth {
  border: none;
  outline: none;
  padding: 0;
  background: #ffffff;
}
.imaged-heading .icon.left img {
  margin-left: 0;
}
.imaged-heading .icon.right img {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .imaged-heading.stacked-for-mobile {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .imaged-heading.stacked-for-mobile:not(.container) {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
  .imaged-heading.stacked-for-mobile .icon {
    display: block;
    padding-bottom: 20px;
    text-align: center;
  }
  .imaged-heading.stacked-for-mobile .icon img {
    padding: 0;
    margin: 0;
    max-width: 100%;
  }
  .imaged-heading.stacked-for-mobile .heading {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .xs-collapsible:not(.collapsible-mobile) .accordion-group .accordion-panel .accordion-heading {
    border: 0;
  }
  .xs-collapsible:not(.collapsible-mobile) .accordion-group .accordion-panel .accordion-heading .accordion-title .heading-control,
  .xs-collapsible:not(.collapsible-mobile) .accordion-group .accordion-panel .accordion-heading .accordion-title .heading-control.collapsed {
    padding: 5px 0;
    color: #b7b7b7;
    font: bold 24px 'Source Sans Pro', Arial, sans-serif;
    text-transform: uppercase;
    cursor: default;
  }
  .xs-collapsible:not(.collapsible-mobile) .accordion-group .accordion-panel .accordion-heading .accordion-title .heading-control .heading-content-wrapper,
  .xs-collapsible:not(.collapsible-mobile) .accordion-group .accordion-panel .accordion-heading .accordion-title .heading-control.collapsed .heading-content-wrapper {
    background: none;
    padding: 0;
  }
  .xs-collapsible:not(.collapsible-mobile) .accordion-group .accordion-panel .panel-collapse.collapse,
  .xs-collapsible:not(.collapsible-mobile) .accordion-group .accordion-panel .panel-collapse.collapsing {
    display: block;
    height: auto !important;
  }
  .xs-collapsible:not(.collapsible-mobile) .accordion-group .accordion-panel .panel-collapse.collapse .accordion-body,
  .xs-collapsible:not(.collapsible-mobile) .accordion-group .accordion-panel .panel-collapse.collapsing .accordion-body {
    border-top: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .xs-collapsible:not(.collapsible-tablet) .accordion-group .accordion-panel {
    border-bottom: 0;
  }
  .xs-collapsible:not(.collapsible-tablet) .accordion-group .accordion-panel .accordion-heading {
    border: 0;
  }
  .xs-collapsible:not(.collapsible-tablet) .accordion-group .accordion-panel .accordion-heading .accordion-title .heading-control,
  .xs-collapsible:not(.collapsible-tablet) .accordion-group .accordion-panel .accordion-heading .accordion-title .heading-control.collapsed {
    padding: 5px 0;
    color: #b7b7b7;
    font: bold 24px 'Source Sans Pro', Arial, sans-serif;
    text-transform: uppercase;
    cursor: default;
  }
  .xs-collapsible:not(.collapsible-tablet) .accordion-group .accordion-panel .accordion-heading .accordion-title .heading-control .heading-content-wrapper,
  .xs-collapsible:not(.collapsible-tablet) .accordion-group .accordion-panel .accordion-heading .accordion-title .heading-control.collapsed .heading-content-wrapper {
    background: none;
    padding: 0;
  }
  .xs-collapsible:not(.collapsible-tablet) .accordion-group .accordion-panel .panel-collapse.collapse,
  .xs-collapsible:not(.collapsible-tablet) .accordion-group .accordion-panel .panel-collapse.collapsing {
    display: block;
    height: auto !important;
  }
  .xs-collapsible:not(.collapsible-tablet) .accordion-group .accordion-panel .panel-collapse.collapse .accordion-body,
  .xs-collapsible:not(.collapsible-tablet) .accordion-group .accordion-panel .panel-collapse.collapsing .accordion-body {
    border-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .xs-collapsible:not(.collapsible-desktop) .accordion-group .accordion-panel {
    border-bottom: 0;
  }
  .xs-collapsible:not(.collapsible-desktop) .accordion-group .accordion-panel .accordion-heading {
    border: 0;
  }
  .xs-collapsible:not(.collapsible-desktop) .accordion-group .accordion-panel .accordion-heading .accordion-title .heading-control,
  .xs-collapsible:not(.collapsible-desktop) .accordion-group .accordion-panel .accordion-heading .accordion-title .heading-control.collapsed {
    padding: 5px 0;
    color: #b7b7b7;
    font: bold 24px 'Source Sans Pro', Arial, sans-serif;
    text-transform: uppercase;
    cursor: default;
  }
  .xs-collapsible:not(.collapsible-desktop) .accordion-group .accordion-panel .accordion-heading .accordion-title .heading-control .heading-content-wrapper,
  .xs-collapsible:not(.collapsible-desktop) .accordion-group .accordion-panel .accordion-heading .accordion-title .heading-control.collapsed .heading-content-wrapper {
    background: none;
    padding: 0;
  }
  .xs-collapsible:not(.collapsible-desktop) .accordion-group .accordion-panel .panel-collapse.collapse,
  .xs-collapsible:not(.collapsible-desktop) .accordion-group .accordion-panel .panel-collapse.collapsing {
    display: block;
    height: auto !important;
  }
  .xs-collapsible:not(.collapsible-desktop) .accordion-group .accordion-panel .panel-collapse.collapse .accordion-body,
  .xs-collapsible:not(.collapsible-desktop) .accordion-group .accordion-panel .panel-collapse.collapsing .accordion-body {
    border-top: 0;
  }
}
.xs-collapsible.faqs .accordion-group .accordion-panel .panel-collapse.collapse .accordion-body,
.xs-collapsible.faqs .accordion-group .accordion-panel .panel-collapse.collapsing .accordion-body {
  padding: 0 15px 15px;
}
.piped-links .piped-link {
  display: block;
  float: left;
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid #747474;
  line-height: 18px;
  height: 18px;
  margin-bottom: 5px;
}
.piped-links .piped-link a {
  display: block;
  line-height: 18px;
}
.piped-links .piped-link:last-child {
  padding-right: 0;
  border-right: 0;
  margin-right: 0;
}
.piped-links .piped-link a:hover {
  text-decoration: underline;
}
.piped-links.footer-section {
  margin-bottom: 10px;
  padding: 0 15px;
}
.piped-links.not-underlined .piped-link a:focus,
.piped-links.not-underlined .piped-link a:hover,
.piped-links.not-underlined .piped-link a:active,
.piped-links.not-underlined .piped-link a:visited {
  border: none;
  text-decoration: none;
  outline: 0;
}
.social-links {
  background: #f9f9f9;
  padding: 20px;
  margin: 20px 0;
  border: 1px solid #cbcbcb;
}
.social-links .title {
  font: 700 16px 'Source Sans Pro', Arial, sans-serif;
  color: #464646;
  margin: 0;
}
.social-links .links {
  display: block;
  list-style: none;
  padding: 0;
  margin: 15px 0 0;
}
.social-links .links .link {
  display: block;
  float: left;
  margin-right: 5px;
}
.social-links .links .link .thumb {
  width: 30px;
  height: 30px;
  display: block;
  background: #adadad center center no-repeat;
  background-size: cover;
  overflow: hidden;
  text-indent: 9999px;
}
.social-links .links .link .thumb:hover {
  background-color: #939393;
}
.social-links .links .link:last-child {
  margin-right: 0;
}
.footer-social-icon {
  margin: 10px;
}
.footer-top-row .social-icons-block {
  margin-top: 20px;
  margin-bottom: 30px;
}
.simple-html-rendering img {
  max-width: 100%;
  height: auto !important;
}
.iframe-component {
  overflow: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
}
/*************************************************************** MOBILE SPECIFIC VERSION **************************************************************/
@media screen and (max-width: 767px) {
  .stacked-articles-item .icon {
    display: block;
  }
  .stacked-articles-item .icon > img {
    margin: 0 auto !important;
    display: block;
  }
  .stacked-articles-item .heading {
    display: block;
    padding-top: 10px;
  }
}
.articles-top-listing .heading {
  margin-bottom: 10px;
}
.articles-top-listing .article {
  color: #666666;
}
.articles-top-listing .article .publish-date {
  font-weight: bold;
}
.articles-top-listing .article:hover {
  text-decoration: underline;
}
.articles-top-listing .news-article {
  border-top: 1px solid #adadad;
  border-bottom: none;
  padding: 20px 0;
  overflow: hidden;
  position: relative;
  max-height: none;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  -webkit-transition: 1s;
  transition: 1s;
}
.articles-top-listing .news-article a.read-more-toggle {
  cursor: pointer;
  font-weight: bold;
}
.articles-top-listing .news-article a.read-more-toggle:after {
  content: attr(data-more);
}
.articles-top-listing .news-article .news-article-body {
  display: none;
}
.articles-top-listing .news-article .news-article-body,
.articles-top-listing .news-article .news-article-preview {
  padding: 5px 0;
}
.articles-top-listing .news-article.expanded {
  max-height: none;
}
.articles-top-listing .news-article.expanded .news-article-preview {
  display: none;
}
.articles-top-listing .news-article.expanded .news-article-body {
  display: block;
}
.articles-top-listing .news-article.expanded .read-more-gradient {
  display: none;
}
.articles-top-listing .news-article.expanded a.read-more-toggle:after {
  content: attr(data-less);
}
.articles-top-listing .news-article h2 {
  font-size: 20px;
}
.articles-top-listing .news-article .article-expandable .read-more-gradient {
  position: absolute;
  bottom: 0;
  padding: 25px 0;
  width: 100%;
  background: linear-gradient(to bottom, rgba(249, 249, 249, 0) 0%, rgba(249, 249, 249, 0.86) 48%, #f9f9f9 66%, #f9f9f9 75%, #f9f9f9 100%);
}
.articles-top-listing .news-article:last-child {
  border-bottom: 1px solid #adadad;
  margin-bottom: 15px;
}
.articles-top-listing .see-all-area {
  text-align: right;
}
.events-calendar-listing .event-wrapper:not(:last-child) {
  margin-bottom: 10px;
}
.events-calendar-listing .heading {
  margin-bottom: 10px;
}
.events-calendar-listing .event {
  color: #666666;
  display: block;
}
.events-calendar-listing .event .calendar-wrapper {
  display: block;
  float: left;
  width: 42px;
  height: 44px;
  background: url('../images/calendaricon.webp') no-repeat center center;
  text-align: center;
}
.events-calendar-listing .event .calendar-wrapper .event-month {
  color: #fff;
  display: block;
  font-size: 10px;
  text-align: center;
  text-transform: uppercase;
}
.events-calendar-listing .event .calendar-wrapper .event-date {
  color: #333;
  font-size: 24px;
  font-weight: bold;
  line-height: 26px;
}
.events-calendar-listing .event .event-description {
  display: block;
  width: 100%;
  padding-left: 55px;
  font-size: 12px;
}
.events-calendar-listing .event .event-description .event-title {
  display: block;
}
.events-calendar-listing .event:hover {
  text-decoration: underline;
}
.form-title-standalone {
  margin-bottom: 15px;
  text-transform: uppercase;
}
.profile-description-standalone {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}
.description-standalone {
  font-size: 14px;
}
.popover .form-title {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  color: #444444;
}
button.auth-btn {
  margin-bottom: 12px;
}
.signin-wrapper .standalone-remember {
  margin: 8px 0 13px;
}
.signin-wrapper a {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  text-decoration: none;
}
.remember {
  font-weight: normal;
  font-size: 12px;
  padding-left: 20px;
  display: block;
}
.description {
  font-size: 12px;
  width: 420px;
}
.description-bottom {
  font-size: 12px;
  margin-bottom: 12px;
  margin-top: 5px;
}
.description-top {
  font-size: 12px;
  margin-bottom: 12px;
}
.profile-description {
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.profile-description span {
  padding-right: 10px;
}
.profile-description span:first-child {
  font-weight: bold;
}
.custom-input-field {
  margin-bottom: 7px;
}
.custom-input-field input[type="checkbox"] {
  float: left;
}
.custom-input-field input.affirm-checkbox {
  margin-right: 5px;
}
.account-type {
  font-size: 12px;
  margin-bottom: 15px;
}
.account-type label {
  vertical-align: top;
}
.field-validation-error {
  font-size: 12px;
  color: #df3c0a;
  margin-top: 4px;
  display: block;
}
.popover .signin-wrapper .field-validation-error {
  width: 213px;
}
.popover .registration-wrapper {
  padding-top: inherit;
  border-top: none;
}
input[type="radio"]:focus {
  outline: none;
}
.popover button.sign-in.auth-btn {
  margin-top: 8px;
}
.custom-label {
  line-height: 20px;
}
.account-sex-title {
  display: inline-block;
  line-height: 31px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .account-type-title {
    display: block;
    padding-right: 0;
  }
  .account-type {
    margin-bottom: 0;
  }
  .account-type .label-block {
    margin: 5px 0;
  }
  .account-type label {
    padding-bottom: 5px;
  }
  .account-type label.radio-inline.full-width-radio {
    width: 100%;
    padding: 0;
    margin-left: 20px;
  }
  .account-type label:first-child {
    width: 55%;
  }
  .account-type label:last-child {
    width: 35%;
  }
  .custom-label {
    z-index: 100;
  }
  .field-validation-error {
    margin-left: 0;
  }
}
@media (min-width: 0px) and (max-width: 467px) {
  .investor-mobile {
    width: 130px;
    margin-right: 20px;
    float: left;
  }
  .profession-mobile {
    width: 130px;
  }
  .col-xs-12.account-type.custom-input-field {
    overflow: hidden;
  }
}
.divider-wrapper {
  overflow: hidden;
}
.divider-wrapper .divider.divider-dots {
  border-color: #CBCBCB;
  border-top-width: 2px;
  border-style: dotted;
  margin-top: 20px;
  margin-bottom: 20px;
}
.imaged-heading .author-image img {
  width: 85px;
  height: 85px;
}
.imaged-heading .custom-wrapper {
  padding-left: 10px;
}
.imaged-heading .custom-wrapper .author-name {
  font-weight: bold;
  font-size: 12px;
}
.imaged-heading .custom-wrapper .author-title {
  font-size: 12px;
}
.imaged-heading .custom-wrapper .author-bio-link {
  cursor: pointer;
}
.imaged-heading .modal .author-bio {
  text-align: justify;
  font-size: 12px;
}
.my-wisdomtree-profile {
  padding-top: 15px;
}
.my-wisdomtree-profile .hidden-password {
  margin-top: 8px;
}
.my-wisdomtree-profile .change-link {
  font-family: 'Source Sans Pro', Arial, sans-serif;
  font-weight: 900;
  font-style: normal;
  cursor: pointer;
  padding-left: 5px;
}
.my-wisdomtree-profile input {
  font-size: 12px;
}
.my-wisdomtree-profile .custom-input-field {
  margin-bottom: 15px;
}
.my-wisdomtree-profile .account-type-title {
  color: #4f4f4f;
  font-weight: 700;
  font-size: 14px;
}
.my-wisdomtree-profile .change-form .modal {
  top: 175px;
  padding-right: 0 !important;
  z-index: 10001;
}
.my-wisdomtree-profile .change-form .modal .modal-dialog {
  width: 355px;
}
.my-wisdomtree-profile .change-form .modal .modal-content {
  border: none;
  border-radius: 0;
}
.my-wisdomtree-profile .change-form .modal .modal-content .modal-body {
  padding: 30px;
}
.my-wisdomtree-profile .change-form .modal .modal-content .modal-body a {
  font-family: 'Source Sans Pro', Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  cursor: pointer;
  padding-left: 20px;
}
.my-wisdomtree-profile .change-form .modal .modal-content .modal-body .btn.rectangle {
  padding: 0 30px;
}
.my-wisdomtree-profile .change-form .reset-title {
  font-family: 'Source Sans Pro', Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 21px;
  margin-bottom: 20px;
}
.my-wisdomtree-manage-subscriptions {
  padding-bottom: 15px;
}
.my-wisdomtree-manage-subscriptions table {
  border-bottom: none !important;
}
.my-wisdomtree-manage-subscriptions table tr:nth-child(even) {
  background-color: #f2f2f2;
}
.my-wisdomtree-manage-subscriptions table tr th {
  border-top: none;
  font-size: 14px;
  font-weight: bold;
  vertical-align: middle;
  padding: 9px 0;
}
.my-wisdomtree-manage-subscriptions table tr th:nth-child(2) {
  padding: 0 30px;
}
.my-wisdomtree-manage-subscriptions table tr td {
  font-size: 12px;
  vertical-align: middle;
  padding: 6px 0;
}
.my-wisdomtree-manage-subscriptions table tr td input {
  vertical-align: middle;
}
.my-wisdomtree-manage-subscriptions table tr th,
.my-wisdomtree-manage-subscriptions table tr td {
  text-align: center !important;
}
.my-wisdomtree-manage-subscriptions table tr th:first-child,
.my-wisdomtree-manage-subscriptions table tr td:first-child {
  border-right: 1px solid #cacaca;
  width: 90px;
}
.my-wisdomtree-manage-subscriptions table tr th:last-child,
.my-wisdomtree-manage-subscriptions table tr td:last-child {
  text-align: center;
}
.my-wisdomtree-manage-subscriptions table tr .certify-text {
  font-size: 11px;
  padding-left: 25px;
}
.my-wisdomtree-manage-subscriptions .my-wisdomtree-alert {
  font-family: 'Source Sans Pro', Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 11px;
}
.my-wisdomtree-manage-subscriptions .footer-form-wrapper {
  display: table;
}
.my-wisdomtree-manage-subscriptions .footer-form-wrapper .button-wrapper {
  display: table-cell;
  vertical-align: middle;
}
.my-wisdomtree-manage-subscriptions .footer-form-wrapper .alert-wrapper {
  display: table-cell;
  padding-left: 20px;
  vertical-align: middle;
}
.my-wisdomtree-fund-watchlist {
  color: #000000;
}
.my-wisdomtree-fund-watchlist .etf-link {
  color: inherit;
}
.my-wisdomtree-fund-watchlist .etf-link:hover {
  text-decoration: underline;
}
.my-wisdomtree-fund-watchlist table {
  border-bottom: 1px solid #cacaca !important;
  font-size: 12px;
  margin: 15px 0 15px 0 !important;
}
.my-wisdomtree-fund-watchlist table tr:nth-child(odd) {
  background-color: #f2f2f2;
}
.my-wisdomtree-fund-watchlist table tr th {
  border-top: none;
  font-weight: bold;
  padding: 15px;
  background-color: #6b6b6b;
  color: #ffffff;
}
.my-wisdomtree-fund-watchlist table tr th,
.my-wisdomtree-fund-watchlist table tr td {
  text-align: left;
  vertical-align: middle;
  border-right: 1px solid #cacaca;
  border-left: 1px solid #cacaca;
}
.my-wisdomtree-fund-watchlist table tr th:first-child,
.my-wisdomtree-fund-watchlist table tr td:first-child {
  width: 235px;
}
.my-wisdomtree-fund-watchlist table tr th.ticker-col,
.my-wisdomtree-fund-watchlist table tr td.ticker-col,
.my-wisdomtree-fund-watchlist table tr th.actions-col,
.my-wisdomtree-fund-watchlist table tr td.actions-col {
  text-align: center;
  width: 85px;
}
.my-wisdomtree-fund-watchlist table tr th.ticker-col,
.my-wisdomtree-fund-watchlist table tr td.ticker-col {
  width: 100px;
}
.my-wisdomtree-fund-watchlist table tr td .document {
  border-bottom: 1px solid #cacaca;
  min-height: 27px;
  padding: 3px 10px 3px 10px;
}
.my-wisdomtree-fund-watchlist table tr td .document:last-child {
  border: none;
}
.my-wisdomtree-fund-watchlist table tr td .document a {
  color: #000000;
}
.my-wisdomtree-fund-watchlist table .delete-fund-from-watchlist {
  display: block;
  background: url("../../dev/images/mywisdomtree-delete-icon.png") center no-repeat;
  width: 20px;
  height: 20px;
  cursor: pointer;
  margin: auto;
}
.my-wisdomtree-fund-watchlist #see-all-funds,
.my-wisdomtree-fund-watchlist #see-less-funds {
  cursor: pointer;
}
.my-wisdomtree-related-funds .related-fund-block-title {
  font-size: 14px;
  font-weight: bold;
}
.my-wisdomtree-related-funds .fund-ticker {
  font-size: 28px;
  padding-top: 12px;
}
.my-wisdomtree-related-funds .fund-title {
  padding-bottom: 12px;
}
.my-wisdomtree-related-funds .fund-title a {
  color: #464646;
}
.my-wisdomtree-related-funds .fund-title a:hover {
  text-decoration: underline;
}
.my-wisdomtree-related-funds .fund-wrapper {
  border-bottom: 2px dotted #b8bdbe;
}
.my-wisdomtree-related-funds .fund-wrapper:last-child {
  border: none;
}
.my-wisdomtree-dashboard table {
  border-bottom: 1px solid #cacaca !important;
  font-size: 12px;
  margin: 15px 0 15px 0 !important;
  display: table;
}
.my-wisdomtree-dashboard table tr:nth-child(odd) {
  background-color: #f2f2f2;
}
.my-wisdomtree-dashboard table tr th {
  border-top: none;
  font-weight: bold;
  padding: 16px 0;
  background-color: #6b6b6b;
  color: #ffffff;
}
.my-wisdomtree-dashboard table tr th,
.my-wisdomtree-dashboard table tr td {
  text-align: left !important;
  vertical-align: middle;
  border-right: 1px solid #cacaca;
  border-left: 1px solid #cacaca;
  padding-left: 15px;
}
.my-wisdomtree-dashboard table tr th:first-child.document a,
.my-wisdomtree-dashboard table tr td:first-child.document a {
  color: #000000;
}
.my-wisdomtree-dashboard table tr th:nth-child(2),
.my-wisdomtree-dashboard table tr td:nth-child(2) {
  width: 130px;
}
.my-wisdomtree-dashboard table tr th:nth-child(3),
.my-wisdomtree-dashboard table tr td:nth-child(3) {
  width: 130px;
}
.my-wisdomtree-dashboard table tr td:first-child {
  font-family: 'Source Sans Pro', Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.my-wisdomtree-dashboard .video-heading,
.my-wisdomtree-dashboard .multimedia-description,
.my-wisdomtree-dashboard .video-poster {
  padding: 10px 0;
}
.my-wisdomtree-dashboard .video-poster {
  width: 100%;
}
.my-wisdomtree-saved-searches {
  color: #000000;
}
.my-wisdomtree-saved-searches .social-links-wrapper {
  padding-top: 0;
  text-align: center;
}
.my-wisdomtree-saved-searches .social-links-wrapper .social-links {
  background: none;
  padding: 0;
  border: 0;
  margin: 0;
}
.my-wisdomtree-saved-searches .social-links-wrapper .social-links .links {
  margin: 0;
}
.my-wisdomtree-saved-searches .social-links-wrapper .social-links .links .link {
  margin: 0;
}
.my-wisdomtree-saved-searches .social-links-wrapper .social-links .links .link a {
  background: center center no-repeat;
  background-size: inherit;
}
.my-wisdomtree-saved-searches table.desktop-table {
  border: none;
  border-bottom: none !important;
  font-size: 12px;
  margin: 15px 0 15px 0 !important;
}
.my-wisdomtree-saved-searches table.desktop-table a {
  color: #000000;
}
.my-wisdomtree-saved-searches table.desktop-table .sortable {
  cursor: pointer;
}
.my-wisdomtree-saved-searches table.desktop-table th.headerSortUp :after {
  content: "\e252";
  font-family: "Glyphicons Halflings";
  padding-left: 5px;
  font-size: 10px;
}
.my-wisdomtree-saved-searches table.desktop-table th.headerSortDown :after {
  content: "\e253";
  font-family: "Glyphicons Halflings";
  padding-left: 5px;
  font-size: 10px;
}
.my-wisdomtree-saved-searches table.desktop-table tr:nth-child(even) {
  background-color: #f2f2f2;
}
.my-wisdomtree-saved-searches table.desktop-table tr th {
  font-family: 'Source Sans Pro', Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  text-transform: uppercase;
  border-top: none;
  background-color: #6b6b6b;
  color: #ffffff;
  padding: 8px 15px;
}
.my-wisdomtree-saved-searches table.desktop-table tr td {
  padding: 0 15px;
}
.my-wisdomtree-saved-searches table.desktop-table tr th,
.my-wisdomtree-saved-searches table.desktop-table tr td {
  text-align: center !important;
  vertical-align: middle;
}
.my-wisdomtree-saved-searches table.desktop-table tr th:nth-child(1),
.my-wisdomtree-saved-searches table.desktop-table tr td:nth-child(1) {
  text-align: left !important;
}
.my-wisdomtree-saved-searches table.desktop-table tr th:nth-child(2),
.my-wisdomtree-saved-searches table.desktop-table tr td:nth-child(2) {
  width: 95px;
}
.my-wisdomtree-saved-searches table.desktop-table tr th:nth-child(3),
.my-wisdomtree-saved-searches table.desktop-table tr td:nth-child(3) {
  width: 260px;
  padding: 0 70px;
}
.my-wisdomtree-saved-searches table.desktop-table tr th:nth-child(4),
.my-wisdomtree-saved-searches table.desktop-table tr td:nth-child(4) {
  width: 120px;
  padding: 0 30px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .my-wisdomtree-profile {
    padding-top: 0px;
  }
  .my-wisdomtree-profile .change-form .modal {
    top: 60px !important;
  }
  .my-wisdomtree-profile .change-form .modal .modal-dialog {
    width: 300px !important;
    margin: 0 auto;
  }
  .my-wisdomtree-profile .account-type label:last-child {
    width: auto;
  }
  .my-wisdomtree-profile .radio-inline {
    margin-left: 1px !important;
  }
  .my-wisdomtree-manage-subscriptions {
    padding-bottom: 40px !important;
  }
  .my-wisdomtree-manage-subscriptions table {
    display: table;
  }
  .my-wisdomtree-manage-subscriptions table tr th:nth-child(2) {
    padding: 0 0 !important;
  }
  .my-wisdomtree-manage-subscriptions table tr th:first-child,
  .my-wisdomtree-manage-subscriptions table tr td:first-child {
    width: 90px !important;
  }
  .my-wisdomtree-fund-watchlist {
    margin-left: -15px;
    margin-right: -15px;
  }
  .my-wisdomtree-fund-watchlist table {
    border: none !important;
    margin: 0 !important;
    display: table;
  }
  .my-wisdomtree-fund-watchlist table tr th {
    padding: 9px 15px;
  }
  .my-wisdomtree-fund-watchlist table tr th,
  .my-wisdomtree-fund-watchlist table tr td {
    border: none;
  }
  .my-wisdomtree-fund-watchlist table tr th:nth-child(1),
  .my-wisdomtree-fund-watchlist table tr td:nth-child(1) {
    width: auto;
  }
  .my-wisdomtree-dashboard .clear-margin {
    margin-right: -15px;
    margin-left: -15px;
  }
  .my-wisdomtree-dashboard h5 {
    padding-left: 15px;
  }
  .my-wisdomtree-dashboard table {
    border: none !important;
    margin: 0 !important;
    display: table;
  }
  .my-wisdomtree-dashboard table tr th {
    padding: 9px 0 9px 15px;
  }
  .my-wisdomtree-dashboard table tr th,
  .my-wisdomtree-dashboard table tr td {
    border: none;
  }
  .my-wisdomtree-dashboard table tr th:nth-child(2),
  .my-wisdomtree-dashboard table tr td:nth-child(2) {
    width: 80px;
  }
  .my-wisdomtree-dashboard table tr th:nth-child(3),
  .my-wisdomtree-dashboard table tr td:nth-child(3) {
    width: 100px;
    padding-left: 0;
    padding-right: 0;
    text-align: center !important;
  }
  .my-wisdomtree-related-funds {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .my-wisdomtree-saved-searches {
    margin-left: -15px;
    margin-right: -15px;
  }
  .my-wisdomtree-saved-searches table.mobile-table {
    font-size: 12px;
  }
  .my-wisdomtree-saved-searches table.mobile-table a {
    color: #000000;
  }
  .my-wisdomtree-saved-searches table.mobile-table > tbody > tr:nth-child(odd) {
    background-color: #f2f2f2;
  }
  .my-wisdomtree-saved-searches table.mobile-table > tbody > tr > td {
    padding: 15px 10px;
  }
  .my-wisdomtree-saved-searches table.mobile-table > tbody th {
    text-align: left;
  }
  .my-wisdomtree-saved-searches table.mobile-table > tbody td {
    text-align: right;
  }
  .my-wisdomtree-saved-searches table.mobile-table table {
    width: 100%;
    display: table;
  }
  .my-wisdomtree-saved-searches table.mobile-table table td {
    vertical-align: top;
    padding: 8px 0px 4px 0px;
  }
  .my-wisdomtree-saved-searches table.mobile-table table th {
    vertical-align: top;
    padding: 8px 5px 4px 0px;
  }
}
.products-listing-table .popover {
  left: 5px !important;
}
.products-listing-table .popover .arrow {
  left: 18px !important;
}
.products-listing-table .popover .popover-content {
  white-space: nowrap;
}
*:not(.tab-header) > .restricted-link,
.tab-header .restricted-link .vertical-aligner {
  cursor: pointer;
}
*:not(.tab-header) > .restricted-link:before,
.tab-header .restricted-link .vertical-aligner:before {
  content: "";
  display: inline-block;
  background: url(../images/lock.webp) no-repeat;
  margin-right: 4px;
  height: 12px;
  width: 12px;
  vertical-align: middle;
  margin-bottom: 3px;
}
*:not(.tab-header) > .restricted-link.as-span:before,
.tab-header .restricted-link .vertical-aligner.as-span:before {
  content: none;
}
*:not(.tab-header) > .restricted-link.as-span span:before,
.tab-header .restricted-link .vertical-aligner.as-span span:before {
  content: "";
  display: inline-block;
  background: url(../images/lock.webp) no-repeat;
  margin-right: 4px;
  height: 12px;
  width: 12px;
  vertical-align: middle;
  margin-bottom: 3px;
}
*:not(.tab-header) > .restricted-link.hide-lock-icon:before,
.tab-header .restricted-link .vertical-aligner.hide-lock-icon:before {
  content: none;
}
.table-header-link {
  color: white;
  background-image: url(../images/arrow-teal.webp);
  background-position: right center;
  background-repeat: no-repeat;
  padding-right: 12px;
}
.table-header-link:focus,
.table-header-link:hover,
.table-header-link:active,
.table-header-link:visited {
  color: white;
  border: none;
  text-decoration: none !important;
  outline: 0;
}
.back-link {
  display: none;
}
.inline-links {
  display: inline;
  padding-left: 0;
}
.inline-links.footer-links {
  font-size: 13px;
}
.inline-links li {
  list-style-type: none;
  display: inline-block;
  padding-right: 25px;
}
.continuing-education-link {
  display: table;
}
.continuing-education-link > img {
  display: table-cell;
}
.continuing-education-link > span {
  display: table-cell;
  vertical-align: middle;
  padding-left: 15px;
  font-size: 16px;
  color: black;
}
@media all and (min-width: 768px) {
  .back-link {
    color: #05A9B1;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    text-transform: uppercase;
    font-family: 'Source Sans Pro', Arial, sans-serif;
  }
}
@media screen and (max-width: 767px) {
  .inline-links {
    display: block;
    padding-left: 0;
  }
  .inline-links li {
    display: block;
  }
}
.simple-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.simple-links li {
  margin: 5px 0;
}
a.section-row-link {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fact-sheets-reports.experience-editor {
  min-height: 100px;
}
.fact-sheets-reports.experience-editor .report-accordion ul {
  padding: 10px;
}
.fact-sheets-reports .experience-editor {
  min-height: 100px;
}
.fact-sheets-reports .report-accordion .categories-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.fact-sheets-reports .report-accordion .categories-list .category {
  border-bottom: 1px solid #cacaca;
}
.fact-sheets-reports .report-accordion .categories-list .category:first-child {
  border-top: 1px solid #cacaca;
}
.fact-sheets-reports .report-accordion .categories-list .category a {
  display: block;
  padding: 10px 20px 10px 10px;
  width: 100%;
  height: 100%;
  font-family: 'Source Sans Pro', Arial, sans-serif;
  font-size: 16px;
  color: #050139;
  font-weight: 900;
  background: url('../images/arrow-small.webp') center right 10px no-repeat;
}
.fact-sheets-reports .report-accordion .categories-list .category a.report-link.active {
  color: #05A9B1;
}
.fact-sheets-reports .report-accordion .categories-list .category.has-subcategories .panel-title {
  background-image: url('../images/minus-teal.webp');
}
.fact-sheets-reports .report-accordion .categories-list .category.has-subcategories .panel-title.collapsed {
  background-image: url('../images/plus-teal.webp');
}
.fact-sheets-reports .report-accordion .categories-list .category.has-subcategories .subcategories-list {
  padding-left: 15px;
  list-style: none;
}
.fact-sheets-reports .report-accordion .categories-list .category.has-subcategories .subcategories-list .subcategory {
  border: 0;
}
.fact-sheets-reports .report-accordion .categories-list .category.has-subcategories .subcategories-list .subcategory:first-child {
  border: 0;
}
.fact-sheets-reports .report-accordion .categories-list .category.has-subcategories .subcategories-list .subcategory .report-link {
  font-weight: normal;
  background: none;
}
.fact-sheets-reports .report-accordion .categories-list .category.has-subcategories .subcategories-list .subcategory .report-link .arrow-wrapper {
  display: inline-block;
  min-width: 100px;
  padding-right: 15px;
  background: url('../images/arrow-small.webp') center right no-repeat;
}
.fact-sheets-reports .report-accordion .categories-list .category.has-subcategories .subcategories-list .subcategory .report-link.active {
  font-weight: 900;
}
.fact-sheets-reports .report-group {
  display: none;
  padding-top: 5px;
  padding-bottom: 20px;
}
.fact-sheets-reports .report-group.active {
  display: block;
}
.fact-sheets-reports .report-group .reports-content {
  padding: 15px;
}
@media screen and (max-width: 767px) {
  .fact-sheets-reports {
    margin-top: -10px;
  }
  .fact-sheets-reports .report-accordion {
    padding: 0;
    margin-bottom: -10px;
  }
  .fact-sheets-reports .report-accordion ul > li:first-child {
    border-top: 0;
  }
  .fact-sheets-reports .report-accordion ul > li:last-child {
    border-bottom: 0;
  }
  .fact-sheets-reports .report-accordion ul > li a {
    font-family: "Source Sans Pro", Arial, sans-serif;
    font-size: 13px;
    font-weight: normal;
  }
  .fact-sheets-reports .report-accordion ul > li.has-subcategories a {
    font-size: 14px;
  }
  .fact-sheets-reports .report-accordion ul > li.has-subcategories ul li a.active {
    font-weight: normal;
  }
  .fact-sheets-reports .report-group {
    display: block;
    height: 100%;
    width: 100%;
    margin-left: 100%;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    background-color: #fff;
    overflow-x: hidden;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-overflow-scrolling: touch;
  }
  .fact-sheets-reports .report-group .reports-header {
    margin: 0;
    padding: 10px 10px 10px 25px;
    border-bottom: 1px solid #050139;
    color: #050139;
    background: url('../img/arrow-left-small.png') center left 10px no-repeat;
  }
  .fact-sheets-reports .report-group .reports-header-subcategory {
    padding: 0 10px;
  }
}
@media screen and (min-width: 768px) {
  .fact-sheets-reports {
    padding-left: 15px;
  }
  .fact-sheets-reports .report-accordion {
    padding: 0;
  }
  .fact-sheets-reports .report-wrapper {
    padding-left: 30px;
    border-left: 1px solid #cacaca;
  }
  .fact-sheets-reports .report-group .reports-content {
    padding: 0;
  }
}
.filter-section {
  font-family: 'Source Sans Pro', Arial, sans-serif;
}
.filter-section #filters .header-of-filters {
  display: block;
  font-weight: bold;
  padding: 0;
  padding-top: 12px;
  font-size: 16px;
  margin: 0 -15px;
}
.filter-section #filters .filters-group .header-of-filters {
  font-size: 14px;
}
.filter-section #filters .set-of-fields {
  padding: 0;
  list-style-type: none;
  margin: 0 -30px;
  border-bottom: 1px solid #4d4d4d;
}
.filter-section #filters .set-of-fields.check-all {
  margin-bottom: 0;
  padding-top: 12px;
  padding-bottom: 0;
  border-bottom: none;
}
.filter-section #filters .set-of-fields li {
  position: relative;
  overflow: hidden;
  padding: 0;
  border-top: 1px solid #4d4d4d;
}
.filter-section #filters .set-of-fields li .wtree-filter,
.filter-section #filters .set-of-fields li .search-filter {
  vertical-align: top;
  margin-left: 5px;
  margin-top: 2px;
}
.filter-section #filters .set-of-fields li .filter-checkbox-label {
  margin: 0;
  font-weight: normal;
  font-size: 13px;
  padding: 6px 15px;
  width: 100%;
  background: url('../images/back-arrow-dark-teal.png') center right no-repeat;
  background-position-x: 95%;
}
.filter-section #filters .set-of-fields li .filter-checkbox-label.checked {
  background-color: #f9f9f9;
}
.filter-section #filters .set-of-fields li input {
  display: none;
}
.filter-table-links {
  list-style: none;
  margin-top: 15px;
  float: right;
}
/*************************************************************** FULL VERSION **************************************************************/
@media screen and (min-width: 768px) {
  .filter-section {
    position: relative;
    float: left;
    width: 100%;
    border-top: 1px #b7b7b7 solid;
    border-bottom: 1px #b7b7b7 solid;
    background: #f9f9f9;
    margin-top: 25px;
  }
  .filter-section .filter-header {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #666666;
    font-size: 17px;
    font-weight: bold;
    cursor: pointer;
  }
  .filter-section .filter-header .filter-header-label {
    background-image: url(../images/filter-minus-icon.svg);
    background-size: 19px 19px;
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 30px;
  }
  .filter-section .filter-header.collapsed .filter-header-label {
    background-image: url(../images/filter-plus-icon.svg);
  }
  .filter-section #filters {
    padding-bottom: 10px;
  }
  .filter-section #filters .header-of-filters {
    padding: 10px 0;
    font-size: 17px;
    margin: 0;
  }
  .filter-section #filters .set-of-fields {
    border: none;
    margin: 0;
  }
  .filter-section #filters .set-of-fields li {
    display: table;
    padding: 0 0 5px 0;
    border: none;
  }
  .filter-section #filters .set-of-fields li .wtree-filter,
  .filter-section #filters .set-of-fields li .search-filter {
    vertical-align: top;
    margin-left: 10px;
    margin-top: 2px;
  }
  .filter-section #filters .set-of-fields li label {
    display: table-cell;
    margin: 0;
    font-weight: normal;
    font-size: 13px;
    max-width: 80%;
    vertical-align: middle;
    padding-top: 3px;
    padding-left: 5px;
  }
  .filter-section #filters .set-of-fields li input {
    display: table-cell;
    vertical-align: middle;
  }
  .filter-section.search {
    background: none;
    border: 1px #b7b7b7 solid;
    border-left: none;
    padding-top: 5px;
    padding-right: 15px;
    padding-left: 10px;
  }
  .filter-section.search #filters .header-of-filters {
    padding: 10px 0;
    font-size: 17px;
    margin: 0;
  }
  .filter-section.search #filters .filters-group .header-of-filters {
    padding: 0;
    padding-bottom: 10px;
    font-size: 14px;
  }
  .filter-section.search #filters .filters-group .set-of-fields {
    border-bottom: none;
  }
  .filter-section.search #filters .filters-group .search-filter-column:last-child .filter-checkboxes {
    border-bottom: 2px dotted #b8bdbe;
    padding-bottom: 15px;
  }
  .filter-section.search #filters .set-of-fields {
    border-bottom: 2px dotted #b8bdbe;
    padding-top: 0;
    padding-bottom: 15px;
    margin: 0;
  }
  .filter-section.search #filters .set-of-fields.check-all {
    border-bottom: none;
    padding: 0;
  }
  .filter-section.search #filters .set-of-fields li {
    display: block;
  }
  .filter-section.search #filters .set-of-fields li input {
    line-height: 100%;
    display: inline-block;
  }
  .filter-section.search #filters .set-of-fields li .filter-checkbox-label {
    display: inline-block;
    line-height: 100%;
    vertical-align: text-top;
    max-width: 80%;
    padding: 0;
    background: none;
    padding-left: 5px;
  }
  .filter-section.search #filters .set-of-fields li .filter-checkbox-label.checked {
    background-color: transparent;
  }
  .filter-section.search #filters .search-filter-column:last-child .filter-checkboxes {
    border-bottom: none;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 992px) {
  .filter-section #filters .set-of-fields li .wtree-filter,
  .filter-section #filters .set-of-fields li .search-filter {
    margin-left: 10px;
  }
}
.etf-guide {
  margin-top: 15px;
}
.etf-guide.experience-editor ul.panel-group {
  padding: 15px 0;
}
.etf-guide.experience-editor ul.panel-group .scLooseFrameZone {
  display: inline;
}
.etf-guide ul.panel-group {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-bottom: 5px;
}
.etf-guide ul.panel-group .panel {
  border-radius: 0;
  border: 0;
}
.etf-guide ul.panel-group .panel .panel-heading {
  padding: 0;
  border-radius: 0;
  position: relative;
}
.etf-guide ul.panel-group .panel .panel-heading a {
  display: block;
  font-weight: 900;
}
.etf-guide ul.panel-group .panel .panel-heading a .panel-title {
  font-family: 'Source Sans Pro', Arial, sans-serif;
  font-size: 14px;
  color: #666666;
  border: 1px solid #cacaca;
  padding: 10px 15px;
  border-right: 0;
}
.etf-guide ul.panel-group .panel .panel-heading a.collapsed {
  font-weight: 500;
}
.etf-guide ul.panel-group .panel .panel-heading a span:after {
  font-family: 'Glyphicons Halflings';
  font-size: 9px;
  content: "\e250";
  color: #0fcbd4;
  position: absolute;
  padding-left: 4px;
  padding-top: 1px;
}
.etf-guide ul.panel-group .panel .panel-heading a .arrow {
  position: absolute;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #41c1cb;
  top: 0px;
  right: -20px;
}
.etf-guide ul.panel-group .panel .panel-heading a.collapsed .arrow {
  display: none;
}
.etf-guide ul.panel-group .panel .panel-collapse {
  position: absolute;
  top: 0px;
  left: 100%;
  width: 200%;
}
.etf-guide ul.panel-group .panel .panel-collapse:before {
  padding-bottom: 100%;
}
.etf-guide ul.panel-group .panel .panel-collapse.collapsing {
  -webkit-transition-property: none;
  -o-transition-property: none;
  transition-property: none;
}
.etf-guide ul.panel-group .panel .panel-collapse .panel-body {
  border-top: 0;
  padding-top: 0;
}
.etf-guide ul.panel-group .panel .panel-collapse .panel-body .divider {
  margin: 0;
  padding-top: 20px;
}
.etf-guide .etf-list {
  list-style: none;
  padding: 0;
}
.etf-guide .etf-list > div {
  display: inline-block;
}
.etf-guide .etf-list li {
  display: inline-block;
  background: #41c1cb;
  margin-top: 12px;
  margin-right: 5px;
  width: 115px;
  min-height: 102px;
  position: relative;
}
.etf-guide .etf-list li a {
  font-family: 'Source Sans Pro', Arial, sans-serif;
  font-weight: bold;
  color: #fff;
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 5px;
  position: absolute;
}
.etf-guide .etf-list li a .etf-percent {
  font-size: 10px;
  text-align: right;
}
.etf-guide .etf-list li a .etf-name {
  font-size: 26px;
}
.etf-guide .etf-list li a .etf-desciption {
  color: #fff;
  font-size: 9.5px;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .etf-guide .categories-wrapper {
    padding: 0;
  }
  .etf-guide .divider {
    margin-top: 10px;
    margin-bottom: 15px;
  }
  .etf-guide .etf-guide-title {
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #444444;
    padding: 10px 15px;
  }
  .etf-guide ul.panel-group {
    padding-bottom: 25px;
  }
  .etf-guide ul.panel-group .panel {
    margin: 0;
  }
  .etf-guide ul.panel-group .panel .panel-heading a {
    font-weight: bold;
    border-top: 1px solid #dddddd;
  }
  .etf-guide ul.panel-group .panel .panel-heading a .panel-title {
    border: 0;
    color: #41c1cb;
  }
  .etf-guide ul.panel-group .panel .panel-heading a.collapsed {
    font-weight: bold;
  }
  .etf-guide ul.panel-group .panel .panel-heading a.collapsed span:after {
    content: "\002b";
  }
  .etf-guide ul.panel-group .panel .panel-heading a .arrow {
    display: none;
  }
  .etf-guide ul.panel-group .panel .panel-heading a span:after {
    content: "\2212";
    font-size: 12px;
    font-weight: normal;
    right: 10px;
    padding-top: 0;
  }
  .etf-guide ul.panel-group .panel:first-child .panel-heading a {
    border-top: 1px solid #328aa2;
  }
  .etf-guide ul.panel-group .panel:last-child {
    border-bottom: 1px solid #dddddd;
  }
  .etf-guide ul.panel-group .panel .panel-collapse {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
  }
  .etf-guide ul.panel-group .panel .panel-collapse.collapsing {
    -webkit-transition-property: height,visibility;
    -o-transition-property: height,visibility;
    transition-property: height,visibility;
  }
  .etf-guide ul.panel-group .panel .panel-collapse .panel-body {
    padding-top: 15px;
  }
  .etf-list {
    width: 500px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .etf-guide ul.panel-group .panel .panel-heading a {
    border-right: 9px solid #41c1cb;
  }
}
@media screen and (max-width: 540px) {
  .etf-list {
    width: 375px;
  }
}
@media screen and (max-width: 425px) {
  .etf-list {
    width: 245px;
  }
}
.etf-guide ul.panel-group.teal .panel .panel-heading a {
  border-right-color: #0f9ca7;
}
.etf-guide ul.panel-group.teal .panel .panel-heading a .arrow {
  border-left-color: #0f9ca7;
}
.etf-guide ul.panel-group.teal .panel .panel-collapse .panel-body .etf-list li {
  background: #0f9ca7;
}
.etf-guide ul.panel-group.light-blue .panel .panel-heading a {
  border-right-color: #1bb8ff;
}
.etf-guide ul.panel-group.light-blue .panel .panel-heading a .arrow {
  border-left-color: #1bb8ff;
}
.etf-guide ul.panel-group.light-blue .panel .panel-collapse .panel-body .etf-list li {
  background: #1bb8ff;
}
.etf-guide ul.panel-group.blue .panel .panel-heading a {
  border-right-color: #00a8e0;
}
.etf-guide ul.panel-group.blue .panel .panel-heading a .arrow {
  border-left-color: #00a8e0;
}
.etf-guide ul.panel-group.blue .panel .panel-collapse .panel-body .etf-list li {
  background: #00a8e0;
}
.etf-guide ul.panel-group.dark-blue .panel .panel-heading a {
  border-right-color: #0477bd;
}
.etf-guide ul.panel-group.dark-blue .panel .panel-heading a .arrow {
  border-left-color: #0477bd;
}
.etf-guide ul.panel-group.dark-blue .panel .panel-collapse .panel-body .etf-list li {
  background: #0477bd;
}
.etf-guide ul.panel-group.navy-blue .panel .panel-heading a {
  border-right-color: #03579b;
}
.etf-guide ul.panel-group.navy-blue .panel .panel-heading a .arrow {
  border-left-color: #03579b;
}
.etf-guide ul.panel-group.navy-blue .panel .panel-collapse .panel-body .etf-list li {
  background: #03579b;
}
@media screen and (max-width: 767px) {
  .etf-guide ul.panel-group.teal .panel .panel-heading a .panel-title {
    color: #0f9ca7;
  }
  .etf-guide ul.panel-group.teal .panel .panel-heading a span:after {
    color: #0f9ca7;
  }
  .etf-guide ul.panel-group.light-blue .panel .panel-heading a .panel-title {
    color: #1bb8ff;
  }
  .etf-guide ul.panel-group.light-blue .panel .panel-heading a span:after {
    color: #1bb8ff;
  }
  .etf-guide ul.panel-group.blue .panel .panel-heading a .panel-title {
    color: #00a8e0;
  }
  .etf-guide ul.panel-group.blue .panel .panel-heading a span:after {
    color: #00a8e0;
  }
  .etf-guide ul.panel-group.dark-blue .panel .panel-heading a .panel-title {
    color: #0477bd;
  }
  .etf-guide ul.panel-group.dark-blue .panel .panel-heading a span:after {
    color: #0477bd;
  }
  .etf-guide ul.panel-group.navy-blue .panel .panel-heading a .panel-title {
    color: #03579b;
  }
  .etf-guide ul.panel-group.navy-blue .panel .panel-heading a span:after {
    color: #03579b;
  }
}
.form-autocoplete {
  z-index: 100000;
  background-color: white;
  background: #fff;
  border: 1px solid #bcc0c2;
  font-size: 12px;
  max-height: 300px;
  overflow-y: auto;
  padding: 0;
  margin: 0;
  outline: 0;
  list-style: none;
}
.form-autocoplete .ui-menu-item {
  padding: 5px;
}
.form-autocoplete .ui-menu-item .ui-menu-item-wrapper {
  color: #333;
}
.form-autocoplete .ui-menu-item .ui-menu-item-wrapper.ui-state-active {
  margin: 0;
  font-weight: bold;
}
.form-autocoplete.popover-autocomplete {
  max-width: 220px;
}
.error-message {
  position: relative;
  display: block;
  text-align: center;
}
.error-message .error-window {
  display: inline-block;
  text-align: initial;
  padding: 20px 30px;
  border: 1px solid red;
  width: 80%;
  max-width: 500px;
  margin: 10px;
}
.error-message .error-window .error-header {
  display: block;
  font-weight: bold;
  padding-bottom: 5px;
}
.error-message .error-window .error-body {
  display: block;
}
.poll .options {
  list-style: none;
  padding-left: 15px;
}
.poll .option .text {
  display: inline-block;
  vertical-align: top;
}
.poll .option .value-wrapper {
  display: block;
  position: relative;
  height: 15px;
  border: 1px solid #cbcbcb;
}
.poll .option .value {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: #666666;
}
.poll .option .value.active {
  background: #05A9B1;
}
.short-leveraged-simulator {
  /*////*/
}
.short-leveraged-simulator .strategies-input-wrapper {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}
.short-leveraged-simulator .strategies-input-wrapper .button-link {
  white-space: normal;
  height: auto;
  flex-direction: column;
  justify-content: center;
  margin-top: 10px;
}
.short-leveraged-simulator .strategies-input-wrapper .button-link:not(:last-child) {
  margin-right: 5px;
}
.short-leveraged-simulator .strategies-input-wrapper .predefined-strategy-wrapper {
  display: flex;
  justify-content: space-between;
}
.short-leveraged-simulator .strategies-input-wrapper .manual-strategy-wrapper {
  display: flex;
  justify-content: flex-end;
}
.short-leveraged-simulator .strategies-input-wrapper .manual-strategy-wrapper .button-link {
  background: #adadad;
}
.short-leveraged-simulator .sls-init-setup {
  margin-bottom: 15px;
}
.short-leveraged-simulator .sls-init-setup .sls-init-steps {
  padding-top: 10px;
  padding-bottom: 10px;
}
.short-leveraged-simulator #divGraphAndText {
  margin-top: 15px;
}
.short-leveraged-simulator #chartdiv {
  height: 400px;
}
.short-leveraged-simulator .chart-legend-text {
  background: #f9f9f9;
  border: 1px solid #666666;
  padding: 15px;
  margin-top: 15px;
}
.short-leveraged-simulator .chart-legend-text > div {
  margin-bottom: 15px;
}
.short-leveraged-simulator .chart-legend-text > div:last-child {
  margin-bottom: 0;
}
.short-leveraged-simulator .dayTodayChange .day-values {
  background: #666666;
  margin-top: 15px;
}
.short-leveraged-simulator .dayTodayChange .day-values .day-values-title {
  color: white;
  padding-top: 7px;
  padding-bottom: 5px;
}
.short-leveraged-simulator .dayTodayChange .day-values .inputs-row-wrapper {
  padding: 0;
}
.short-leveraged-simulator .dayTodayChange .day-values .inputs-wrapper input {
  width: 18%;
  display: block;
  float: left;
  margin: 5px 1%;
  text-align: center;
  font-size: 12px;
}
.short-leveraged-simulator .dayTodayChange .day-values .inputs-wrapper input.readonlyText {
  background: #efefef;
  color: #999;
}
@media all and (max-width: 767px) {
  .short-leveraged-simulator .strategies-input-wrapper .predefined-strategy-wrapper {
    border-bottom: 1px solid white;
    padding-bottom: 10px;
  }
  .short-leveraged-simulator .strategies-input-wrapper .button-link {
    font-size: 14px;
  }
  .short-leveraged-simulator .sls-init-setup {
    background: #f9f9f9;
    border: 1px solid #cbcbcb;
    margin-left: 0;
    margin-right: 0;
  }
  .short-leveraged-simulator .sls-init-setup .effective-investment-row {
    color: white;
    font-weight: bold;
  }
  .short-leveraged-simulator .sls-init-setup .effective-investment-row td {
    background: #6b6b6b;
    border-top: 1px solid #adadad;
  }
}
@media all and (min-width: 992px) {
  .short-leveraged-simulator .strategies-input-wrapper {
    flex-direction: row;
    justify-content: space-between;
  }
  .short-leveraged-simulator .strategies-input-wrapper .predefined-strategy-wrapper {
    justify-content: flex-start;
  }
  .short-leveraged-simulator .strategies-input-wrapper .predefined-strategy-wrapper .button-link:last-child {
    margin-right: 5px;
  }
  .short-leveraged-simulator .strategies-input-wrapper .manual-strategy-wrapper {
    justify-content: flex-end;
  }
}
/*/////*/
.movable-table {
  font-size: 12px;
  margin-top: 15px;
}
.movable-table .movable-table-row {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #4d4d4d;
  border-left: 1px solid #4d4d4d;
  border-right: 2px solid #4d4d4d;
}
.movable-table .movable-table-row:last-child .movable-table-values {
  margin-bottom: 0;
}
.movable-table .movable-table-row-header {
  font-weight: bold;
}
.movable-table .movable-table-row-header-primary {
  background: #666666;
  border-color: #666666;
  color: white;
}
.movable-table .movable-table-row-header-secondary {
  background: #e5e5e5;
  font-size: 10px;
}
.movable-table .movable-table-header {
  width: 160px;
  min-width: 160px;
  max-width: 160px;
  padding: 5px 7px;
  border-right: 2px solid #4d4d4d;
  box-shadow: 5px 0px 5px rgba(0, 0, 0, 0.15);
}
.movable-table .movable-table-values-wrapper {
  width: 100%;
  height: 100%;
  min-height: 28px;
  overflow: hidden;
}
.movable-table .movable-table-values {
  display: flex;
  overflow-x: scroll;
  min-width: 44px;
  width: 100%;
  margin-bottom: -17px;
}
.movable-table .movable-table-value {
  min-width: 60px;
  text-align: center;
  width: calc(100% / 11);
  padding: 5px 7px;
}
.movable-table .movable-table-row-header-primary .movable-table-value {
  border-left: 1px solid;
}
.movable-table .movable-table-row-header-primary .movable-table-value:first-child {
  border-left: 0;
}
.tracking-data-popup {
  box-sizing: border-box;
  background-color: #ffffff;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
  position: fixed;
  z-index: 99999;
  bottom: 0;
  padding: 15px 0;
  width: 100%;
  border-top: solid 3px #37BAC0;
  margin-bottom: 0;
  transition: margin-bottom ease-in 1s;
}
.tracking-data-popup .close-button {
  background-color: #37BAC0;
  position: absolute;
  right: 10px;
  top: -24px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px;
  border-radius: 2px 2px 0 0;
}
.tracking-data-popup .close-button img {
  width: 14px;
  height: 14px;
}
.tracking-data-popup.not-showing {
  margin-bottom: -500px;
}
.tracking-data-popup-content {
  margin: 0 auto;
  padding: 0 15px;
  width: 1170px;
}
@media all and (max-width: 1200px) {
  .tracking-data-popup-content {
    width: 750px;
  }
}
@media all and (max-width: 767px) {
  .tracking-data-popup-content {
    width: 315px;
  }
}
.register-bottom {
  border: 1px solid #cbcbcb;
  overflow: hidden;
}
.register-bottom .register-bottom-title {
  width: 245px;
  padding: 20px;
  background: #4d4d4d;
  position: relative;
}
.register-bottom .register-bottom-title:after {
  content: ' ';
  position: absolute;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 40px solid #bcc0c2;
  right: -40px;
  top: 50%;
  margin-top: -50px;
}
.register-bottom .register-bottom-title .title-link {
  background: no-repeat left center;
  background-size: 40px 40px;
  padding-left: 60px;
}
.register-bottom .register-bottom-title .title-link a {
  font-weight: 500;
  font-size: 22px;
  color: #fff;
  font-family: 'Source Sans Pro', Arial, sans-serif;
}
.register-bottom .register-bottom-title .title-link a:hover {
  text-decoration: underline;
}
.register-bottom .register-bottom-title .title-link a:after {
  content: " ";
  background: url('../images/arrow-white.webp') no-repeat center right;
  display: inline-block;
  width: 10px;
  height: 0.64em;
}
.register-bottom .register-bottom-content {
  padding: 5px 30px 5px 60px;
  color: #808080;
}
.japan-typography .register-bottom .register-bottom-title .title-link a {
  font-size: 16px;
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", Osaka, sans-serif;
}
.japan-typography .register-bottom .register-bottom-content {
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .register-bottom .register-bottom-title-wrapper {
    min-height: 100px;
  }
  .register-bottom .register-bottom-title {
    padding: 15px 22px;
  }
}
@media screen and (min-width: 992px) {
  .register-bottom .register-bottom-content {
    padding: 15px 30px 15px 75px;
  }
}
@media screen and (max-width: 767px) {
  .register-bottom {
    border-radius: 7px;
  }
  .register-bottom .register-bottom-title {
    width: 100%;
    padding: 15px;
  }
  .register-bottom .register-bottom-title:after {
    content: none;
  }
  .register-bottom .register-bottom-title .title-link {
    background-size: 28px 28px;
    padding-left: 45px;
    line-height: 28px;
  }
  .register-bottom .register-bottom-title .title-link a {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
  }
}
.additional-information-form {
  font-size: 12px;
}
.additional-information-form .additional-information-upper {
  color: #4f4f4f;
}
.additional-information-form .email-preferences {
  font-weight: bold;
}
.additional-information-form select {
  font-size: 12px;
  border-radius: 0;
}
.additional-information-form .align-left {
  font-weight: 100;
  text-align: left;
}
.additional-information-form .submit-item {
  margin: 5px 0;
}
.additional-information-form .btn.rectangle {
  border-radius: 0;
  background-color: #05A9B1;
  height: 40px;
  border: 0;
  margin: 10px 0;
  outline: none !important;
}
.additional-information-form .btn.rectangle span {
  color: white;
  font-family: 'Source Sans Pro', Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
}
.additional-information-form .btn.rectangle:active,
.additional-information-form .btn.rectangle:hover {
  background-color: #0bacb4;
}
.additional-information-form .footer-text {
  font-size: 11px;
  margin-bottom: 50px;
}
.custom-checkbox label {
  padding-left: 35px;
  font-weight: normal;
  line-height: 20px;
  display: block;
}
.custom-checkbox label input {
  margin-left: -35px !important;
  float: left;
}
.forgot-component {
  font-family: 'Source Sans Pro', Arial, sans-serif;
  font-size: 14px;
}
.forgot-component .forgot-component-title {
  margin-bottom: 15px;
}
.forgot-component .forgot-component-main-text {
  margin: 20px 0 10px 0;
}
.forgot-component input {
  margin-bottom: 15px;
}
.forgot-component .custom-field {
  margin-bottom: 10px;
}
.forgot-component input[type="checkbox"] {
  margin-right: 7px;
  float: left;
}
.forgot-component .show-letters {
  padding: 7px 0;
}
.forgot-component label {
  color: #747474;
  font-family: 'Source Sans Pro', Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 20px;
  float: left;
  height: 20px;
}
.forgot-component .custom-validation {
  margin-left: 15px;
  display: block;
}
@media screen and (max-width: 768px) {
  .forgot-component .forgot-component-title {
    font-size: 24px;
  }
  .forgot-component .show-letters {
    padding: 0;
  }
}
.xblog .post-list {
  padding-top: 10px;
}
.xblog .post-list .post-item {
  margin-bottom: 25px;
  padding-bottom: 25px;
  background-image: linear-gradient(to right, #cbcbcb 30%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 6px 2px;
  background-repeat: repeat-x;
}
.xblog .post-list .post-item:last-child {
  margin-bottom: 0;
}
.xblog .post-list .post-item .post-item-image {
  width: 85px;
  height: 85px;
  float: left;
  border-radius: 43px;
  border: 1px solid #e3e3e3;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 120% 120%;
}
.xblog .post-list .post-item .post-item-content {
  padding-left: 105px;
}
.xblog .post-list .post-item .post-item-content.has-no-image {
  padding-left: 0;
}
.xblog .post-list .post-item .post-item-content .post-item-details {
  font-family: 'Source Sans Pro', Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
}
.xblog .post-list .post-item .post-item-content .post-item-title h2,
.xblog .post-list .post-item .post-item-content .post-item-title a {
  font-weight: 700;
  margin: 5px 0;
  color: #333;
}
.xblog .post-list .post-item .post-item-content .post-item-title a {
  line-height: inherit;
}
.xblog .post-list .post-item .post-item-content .post-item-title a:hover {
  color: #666;
}
.xblog .post-list .post-item .post-item-content .post-item-author {
  font-style: italic;
}
.xblog .post-list .post-item .post-item-content-summary {
  padding-left: 105px;
}
.xblog .post-list .post-item .post-item-content-summary.has-no-image {
  padding-left: 0;
}
.xblog .post-list .post-item .post-item-content-summary .post-item-summary {
  padding-top: 5px;
  padding-bottom: 25px;
}
.xblog .post-list-pagination {
  font-family: 'Source Sans Pro', Arial, sans-serif;
  font-weight: 900;
  font-size: 14px;
  color: #05A9B1;
  text-align: center;
  padding: 15px 0;
}
.xblog .post-list-pagination .pagination-current {
  text-decoration: underline;
}
.xblog .post-list-pagination a,
.xblog .post-list-pagination span {
  padding: 0 3px;
}
.xblog .post-list-pagination a.pagination-prev,
.xblog .post-list-pagination a.pagination-next {
  padding: 0 10px;
}
.xblog .post-list-pagination a.pagination-prev {
  text-align: right;
}
.xblog .post-list-pagination a.pagination-prev:before {
  font-family: 'Glyphicons Halflings';
  font-size: 9px;
  content: "\e257";
  padding-right: 5px;
}
.xblog .post-list-pagination a.pagination-next {
  text-align: left;
}
.xblog .post-list-pagination a.pagination-next:after {
  font-family: 'Glyphicons Halflings';
  font-size: 9px;
  content: "\e258";
  padding-left: 5px;
}
@media screen and (max-width: 767px) {
  .xblog .post-list .post-item .post-item-content {
    min-height: 85px;
  }
  .xblog .post-list .post-item .post-item-content-summary {
    padding-left: 0;
  }
  .xblog .post-list-pagination a.pagination-prev,
  .xblog .post-list-pagination a.pagination-next {
    display: inline-block;
    width: 100px;
  }
}
.xblog-category-list .category-list {
  margin-top: 10px;
}
.xblog-popular-posts {
  font-family: 'Source Sans Pro', Arial, sans-serif;
}
.xblog-popular-posts .category-list {
  margin-top: 10px;
}
.xblog-post-categories {
  padding: 20px 0;
}
.xblog-post-categories a {
  font-family: 'Source Sans Pro', Arial, sans-serif;
  font-weight: 500;
  font-size: 14px;
}
.xblog-post-tags {
  padding-top: 10px;
  padding-bottom: 10px;
}
.xblog-post-tags a {
  font-family: 'Source Sans Pro', Arial, sans-serif;
  font-weight: 700;
  font-size: 14px;
}
.xblog-post-header .post-header-image {
  margin-top: 10px;
}
.xblog-post-header .post-header-image img {
  width: 100%;
  height: 100%;
}
.xblog-post-header .post-header-category {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: bold;
  font-size: 12px;
  margin-top: 20px;
}
.xblog-post-header .post-header-title {
  font-weight: 700;
  margin-top: 10px;
  color: #333;
}
.xblog-post-header .post-header-date {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 12px;
  margin: 5px 0;
}
.xblog-post-header .post-header-author {
  font-family: 'Source Sans Pro', Arial, sans-serif;
  font-size: 14px;
}
.xblog-post-body img {
  max-width: 75%;
  height: auto !important;
}
.xblog-post-body .youtube-wrapper {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
}
.xblog-post-body .youtube-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.xblog-post-body .read-more-gradient {
  position: absolute;
  bottom: 0;
  padding: 20px 0;
  width: 100%;
  background-image: linear-gradient(to bottom, transparent, white);
}
.xblog-post-body.pre-wrap {
  white-space: pre-wrap;
  text-align: justify;
}
.xblog-post-body-wrapper .read-more-blog-link {
  display: none;
}
@media screen and (max-width: 767px) {
  .xblog-post-body-wrapper .xblog-post-body {
    overflow: hidden;
    position: relative;
    max-height: 420px;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    -webkit-transition: 1s;
    transition: 1s;
  }
  .xblog-post-body-wrapper .xblog-post-body.expanded {
    max-height: initial;
  }
  .xblog-post-body-wrapper .xblog-post-body.expanded .read-more-gradient {
    display: none;
  }
  .xblog-post-body-wrapper .read-more-blog-link {
    display: block;
  }
}
.xblog-post-share .share-links {
  list-style: none;
  line-height: 0;
  margin: 0;
  padding: 0;
}
.xblog-post-share .share-links .social-link-wrapper {
  float: left;
  margin-right: 20px;
}
.xblog-post-share .share-links .social-link-wrapper:last-child {
  margin-right: 0;
}
.xblog-post-share .share-links .social-link-wrapper .social-link {
  background: #f3f3f3;
  display: inline-block;
  line-height: 0;
}
.xblog-post-share .share-links .social-link-wrapper .social-link .icon {
  width: 17px;
  height: 17px;
  display: inline-block;
  vertical-align: middle;
}
.xblog-post-share .share-links .social-link-wrapper .social-link .icon img {
  vertical-align: baseline;
}
.xblog-post-share .share-links .social-link-wrapper .social-link .share-hover-img {
  display: none;
}
.xblog-post-share .share-links .social-link-wrapper .social-link .text {
  font-family: 'Source Sans Pro', Arial, sans-serif;
  font-weight: bold;
  font-size: 12px;
  color: #05A9B1;
  padding-left: 4px;
  padding-right: 12px;
}
.xblog-post-share .share-links .social-link-wrapper .social-link:hover {
  background: #ececec;
  text-decoration: none;
}
.xblog-post-share .share-links .social-link-wrapper .social-link:hover .share-img {
  display: none;
}
.xblog-post-share .share-links .social-link-wrapper .social-link:hover .share-hover-img {
  display: block;
}
.xblog-post-share .share-links .social-link-wrapper .social-link:hover .text {
  color: #0bacb4;
}
.xblog-post-pagination {
  overflow: hidden;
  padding-bottom: 10px;
}
.xblog-post-pagination a {
  font-family: 'Source Sans Pro', Arial, sans-serif;
  font-weight: 900;
  font-size: 14px;
}
.xblog-post-pagination a:hover {
  text-decoration: none;
}
.xblog-post-pagination a.pagination-prev {
  float: left;
}
.xblog-post-pagination a.pagination-prev:before {
  font-family: 'Glyphicons Halflings';
  font-size: 9px;
  content: "\e257";
  padding-right: 8px;
}
.xblog-post-pagination a.pagination-next {
  float: right;
}
.xblog-post-pagination a.pagination-next:after {
  font-family: 'Glyphicons Halflings';
  font-size: 9px;
  content: "\e258";
  padding-left: 8px;
}
.xblog-contributors .contributors-list {
  padding: 10px 0;
}
.xblog-contributors .contributors-list .contributor-item {
  margin-bottom: 25px;
  padding-bottom: 25px;
  background-image: linear-gradient(to right, #cbcbcb 30%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 6px 2px;
  background-repeat: repeat-x;
}
.xblog-contributors .contributors-list .contributor-item .contributor-image {
  width: 85px;
  height: 85px;
  float: left;
  border-radius: 43px;
  border: 1px solid #e3e3e3;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 120% 120%;
}
.xblog-contributors .contributors-list .contributor-item .contributor-content {
  padding-left: 105px;
}
.xblog-contributors .contributors-list .contributor-item .contributor-content.has-no-image {
  padding-left: 0;
}
.xblog-contributors .contributors-list .contributor-item .contributor-content .contributor-name {
  font-weight: 700;
  margin: 5px 0;
}
.xblog-contributors .contributors-list .contributor-item .contributor-content .contributor-title {
  font-style: italic;
}
.xblog-contributors .contributors-list .contributor-item .contributor-content-summary {
  padding-left: 105px;
}
.xblog-contributors .contributors-list .contributor-item .contributor-content-summary .contributor-bio {
  padding-top: 5px;
  padding-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .xblog-contributors .contributors-list .contributor-item .contributor-content {
    min-height: 85px;
  }
  .xblog-contributors .contributors-list .contributor-item .contributor-content-summary {
    padding-left: 0;
  }
}
.fund-header {
  font-family: 'Source Sans Pro', Arial, sans-serif;
  padding-top: 10px;
}
.fund-header .fund-code {
  margin: 10px 0;
  font-weight: bold;
  color: #050139;
}
.fund-header .fund-name {
  font-weight: bold;
  font-size: 21px;
  color: #333;
}
@media screen and (min-width: 768px) {
  .fund-header {
    padding-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .fund-header {
    padding-top: 0;
  }
  .fund-header .fund-name {
    font-size: 14px;
    margin-bottom: 46px;
  }
}
@media screen and (min-width: 992px) {
  .fund-header .fund-name {
    font-size: 18px;
  }
}
.fund-header-description {
  font-family: 'Source Sans Pro', Arial, sans-serif;
  display: block;
}
.fund-header-description {
  padding-top: 16px;
}
.add-to-my-wisdomtree-link {
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 14px;
  max-height: 20px;
  color: #05a9b1;
}
.add-to-my-wisdomtree-link .open {
  background-image: url(../images/plus-icon-gray.webp);
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 28px;
  display: block;
}
.add-to-my-wisdomtree-link .remove-from-my-wisdomtree-link {
  padding-left: 28px;
}
.modal-watchlist .modal {
  top: 175px;
}
.modal-watchlist .modal .modal-dialog {
  max-width: 460px;
  left: 0;
  margin-left: auto;
  margin-right: auto;
}
.modal-watchlist .modal .modal-content {
  border: none;
  border-radius: 0;
}
.modal-watchlist .modal .modal-content a.cancel {
  cursor: pointer;
  padding-left: 15px;
}
/*************************************************************** FULL VERSION **************************************************************/
@media screen and (min-width: 768px) {
  .add-to-my-wisdomtree-link {
    display: inline-block;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 15px;
  }
}
.special-content {
  padding: 20px;
  margin-top: 10px;
  border: 1px solid #cbcbcb;
  border-radius: 2px;
  margin-bottom: 15px;
}
.special-content .additional-special-content {
  border-top: 2px dotted #b8bdbe;
  margin-top: 15px;
  padding-top: 15px;
}
.special-content .additional-special-content .special-links {
  margin-top: 5px;
}
.special-content .special-content-links {
  list-style-type: none;
  margin: 0;
  padding: 5px 0 0 0;
  font-size: 13px;
}
.special-content .special-content-links a:hover {
  text-decoration: underline;
}
/*************************************************************** FULL VERSION **************************************************************/
@media screen and (min-width: 768px) {
  .special-content {
    margin-top: 0;
  }
}
.all-items-links-section {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  display: block;
  overflow: hidden;
  min-height: 15px;
}
.all-items-links-section li {
  float: left;
  display: inline-block;
  width: 100%;
  min-height: 32px;
}
/*************************************************************** FULL SIZE VERSION **************************************************************/
@media screen and (min-width: 768px) {
  .all-items-links-section li {
    width: 50%;
  }
}
.accordion-mobile-items {
  margin: 0 -15px;
  list-style-type: none;
  min-height: 30px;
  padding: 0;
}
.accordion-mobile-items .accordion-mobile-item {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 10px;
  padding-top: 10px;
  border-bottom: 1px #b7b7b7 solid;
  font-size: 16px;
}
.accordion-mobile-items .accordion-mobile-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.accordion-mobile-items .accordion-mobile-item:first-child {
  padding-top: 0;
}
.accordion-mobile-items .accordion-mobile-item a {
  display: block;
}
.accordion-mobile-items .accordion-mobile-item .accordion-mobile-header {
  float: left;
  display: inline-block;
  width: 30%;
}
.accordion-mobile-items .accordion-mobile-item .accordion-mobile-value {
  display: inline-block;
  color: #050139;
  width: 70%;
}
.accordion-mobile-items .accordion-mobile-item .accordion-mobile-value.full-width {
  width: 100%;
}
.accordion-mobile-items-container {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px #b7b7b7 solid;
  border-top: 1px #b7b7b7 solid;
}
.accordion-mobile-items-container .accordion-mobile-items {
  margin: 0;
  min-height: 0;
}
/*************************************************************** FULL SIZE VERSION **************************************************************/
@media screen and (min-width: 768px) {
  .accordion-mobile-items {
    margin: 0;
    padding: 10px 0;
    border: 1px #b7b7b7 solid;
  }
  .accordion-mobile-items .accordion-mobile-item {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.accordion-group.mobile-table-items {
  font-family: 'Source Sans Pro', Arial, sans-serif;
  padding-top: 20px;
}
.accordion-group.mobile-table-items .accordion-panel .accordion-heading .accordion-title .heading-control {
  padding-top: 10px;
  padding-bottom: 10px;
  min-height: 30px;
  overflow: visible;
  height: auto;
}
.accordion-group.mobile-table-items .accordion-panel .accordion-heading .accordion-title .heading-control .heading-content-wrapper {
  padding-right: 15px;
}
.accordion-group.mobile-table-items .accordion-panel .accordion-body .fund-title {
  display: block;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
}
.accordion-group.mobile-table-items .accordion-panel .accordion-body .add-to-my-wisdomtree-container {
  padding-bottom: 10px;
}
.accordion-group.mobile-table-items .accordion-panel .accordion-body .add-to-my-wisdomtree-container img {
  vertical-align: text-top;
}
.accordion-group.mobile-table-items .accordion-panel .accordion-body .add-to-my-wisdomtree-container a {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  line-height: 100%;
}
.accordion-group.mobile-table-items .accordion-panel .accordion-body .add-to-my-wisdomtree-container a.add-fund-to-watchlist {
  padding-left: 5px;
}
.accordion-group.mobile-table-items .accordion-panel .accordion-body .add-to-my-wisdomtree-container a.remove-from-my-wisdomtree-link {
  padding-left: 23px;
}
.accordion-group.mobile-table-items .accordion-panel .accordion-body .mobile-table-info-container {
  margin: 0 -15px;
}
.accordion-group.mobile-table-items .accordion-panel .accordion-body .mobile-table-info-container .table {
  display: table;
  margin-bottom: 0;
  table-layout: auto;
  font-size: 13px;
}
.accordion-group.mobile-table-items .accordion-panel .accordion-body .mobile-table-info-container .table thead tr th {
  font-size: 12px;
}
.accordion-group.mobile-table-items .accordion-panel .accordion-body .mobile-table-info-container .table tbody tr.table-section-head {
  font-size: 12px;
}
#mobile-version {
  display: block;
}
#full-version {
  display: none;
}
/*************************************************************** FULL SIZE VERSION **************************************************************/
@media screen and (min-width: 768px) {
  #mobile-version {
    display: none;
  }
  #mobile-version.collapse.in {
    display: block;
    max-width: 768px;
    margin: 0 auto 20px auto;
    border: 1px #b7b7b7 solid;
    padding: 5px;
  }
  #full-version {
    display: block;
  }
  .mobile-mode-filter {
    margin-bottom: 10px;
    float: none;
    height: 45px;
  }
}
.about-content-block {
  padding: 15px 0;
  border-radius: 5px;
}
.about-content-block .extra-content-wrapper {
  margin-bottom: 15px;
}
.about-content-block:not(:first-of-type) {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .about-content-block {
    padding: 15px;
    display: table;
    width: 100%;
  }
  .about-content-block .content-wrapper,
  .about-content-block .extra-content-wrapper {
    padding: 0 15px;
    display: table-cell;
    vertical-align: middle;
  }
  .about-content-block .extra-content-wrapper {
    width: 5/12*100%;
    margin: 0;
  }
  .about-content-block .content-wrapper {
    width: 7/12*100%;
  }
}
@media screen and (min-width: 992px) {
  .about-content-block .extra-content-wrapper {
    width: 4/12*100%;
  }
  .about-content-block .content-wrapper {
    width: 8/12*100%;
  }
}
.about-etf-block {
  background: #fff;
}
.about-etf-block .icon-wrapper,
.about-etf-block .content-wrapper,
.about-etf-block .heading-wrapper {
  padding: 0 15px;
}
.about-etf-block .extra-content-wrapper .icon-wrapper,
.about-etf-block .extra-content-wrapper .heading-wrapper {
  display: table-cell;
  vertical-align: middle;
}
.about-etf-block .extra-content-wrapper .icon-wrapper {
  width: 70px;
}
.about-etf-block .extra-content-wrapper .icon-wrapper img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .about-etf-block .icon-wrapper,
  .about-etf-block .heading-wrapper {
    padding: 0 15px;
    display: table-cell;
    vertical-align: middle;
  }
  .about-etf-block .extra-content-wrapper .icon-wrapper {
    width: 3/12*100%;
    text-align: center;
  }
  .about-etf-block .extra-content-wrapper .heading-wrapper {
    width: 9/12*100%;
  }
}
.our-approach-block {
  background: #fff;
  border: 1px solid #cbcbcb;
  padding: 15px 10px;
}
.our-approach-block .extra-content-wrapper {
  border: none;
  border-bottom: 2px dotted #cbcbcb;
  padding-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .our-approach-block .extra-content-wrapper {
    border: none;
    border-right: 2px dotted #cbcbcb;
    width: 3/12*100%;
    padding-bottom: 0;
    padding-right: 30px;
  }
  .our-approach-block .content-wrapper {
    padding-left: 45px;
    width: 9/12*100%;
  }
  .our-approach-block.content-expandable .extra-content-wrapper {
    width: 17%;
  }
  .our-approach-block.content-expandable .content-wrapper {
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .our-approach-block.content-expandable .extra-content-wrapper {
    width: 13%;
  }
}
@media screen and (min-width: 768px) {
  .our-approach-block {
    height: 124px;
  }
  .our-approach-block .content-wrapper {
    height: 88px;
  }
}
@media screen and (min-width: 992px) {
  .our-approach-block {
    height: 98px;
  }
  .our-approach-block .content-wrapper {
    height: 66px;
  }
}
@media screen and (min-width: 1200px) {
  .our-approach-block {
    height: 76px;
  }
  .our-approach-block .content-wrapper {
    height: 44px;
  }
}
.contact-method-block .heading {
  font: 700 18px 'Source Sans Pro', Arial, sans-serif;
  margin-bottom: 10px;
}
.contact-method-block .icon {
  width: 40px;
  height: 40px;
  float: left;
}
.contact-method-block .icon img {
  width: 100%;
  height: auto;
}
.contact-method-block .content {
  padding-left: 70px;
}
.contact-us-form textarea.comments {
  border-radius: 0;
  height: 120px;
  font-size: 12px;
}
.contact-us-form label {
  font-weight: normal;
  font-size: 14px;
  margin-top: 7px;
}
.contact-us-form .required {
  position: relative;
  margin-left: 10px;
}
.contact-us-form .required:after {
  position: absolute;
  content: '*';
  color: red;
  left: -12px;
  top: 0;
}
.contact-us-form .not-required {
  position: relative;
  margin-left: 10px;
}
.mail-to-item {
  font-family: 'Source Sans Pro', Arial, sans-serif;
  font-size: 14px;
  display: list-item;
  margin-left: 15px;
}
.contact-us-fin-prof-form .modal {
  top: 78px;
  padding-right: 0 !important;
  z-index: 10001;
}
.contact-us-fin-prof-form .modal .modal-dialog {
  max-width: 510px;
}
.contact-us-fin-prof-form .modal .modal-content {
  border: none;
  border-radius: 0;
}
.contact-us-fin-prof-form .modal .modal-content .modal-body {
  padding: 30px;
}
.contact-us-fin-prof-form .modal .modal-content .modal-body a {
  font-family: 'Source Sans Pro', Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  cursor: pointer;
  padding-left: 20px;
}
.contact-us-fin-prof-form .modal .modal-content .modal-body textarea.message {
  border-radius: 0;
  height: 107px;
  font-size: 12px;
}
.contact-us-fin-prof-form .modal .modal-content .modal-body label {
  font-family: 'Source Sans Pro', Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #4f4f4f;
}
.contact-us-fin-prof-form .modal .modal-content .modal-body .custom-input-field {
  margin-bottom: 15px;
}
.contact-us-fin-prof-form #contact-us-title {
  font-family: 'Source Sans Pro', Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 21px;
  margin-bottom: 20px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .contact-us-fin-prof-form .modal {
    top: 10px !important;
  }
  .contact-us-fin-prof-form .modal .modal-dialog {
    margin: 0 10px;
  }
  .contact-us-fin-prof-form .modal .modal-content .modal-body {
    padding: 20px;
  }
}
@media (min-width: 531px) and (max-width: 767px) {
  .contact-us-fin-prof-form .modal .modal-dialog {
    margin: 0 auto;
  }
}
.sales-member {
  margin-top: 20px;
  margin-bottom: 20px;
  display: table;
  width: 100%;
}
.sales-member .sales-member-image {
  width: 80px;
  height: 80px;
  display: table-cell;
  vertical-align: middle;
}
.sales-member .sales-member-content {
  width: 100%;
  padding-left: 15px;
  display: table-cell;
  vertical-align: middle;
}
.sales-member * {
  line-height: 130%;
}
@media screen and (max-width: 768px) {
  .sales-member {
    padding: 10px 0;
  }
}
@media screen and (max-width: 767px) {
  .article-summary {
    margin: 30px 0 30px 0;
  }
  .article-summary .article-image {
    max-width: 120px;
    margin: 0 auto;
  }
  .article-summary .article-image img {
    max-width: 100%;
    height: auto;
    margin-bottom: 15px;
  }
  .article-summary .article-content {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .article-summary {
    display: table;
    margin: 30px 0 30px 0;
  }
  .article-summary .article-image {
    max-width: 180px;
    height: 100px;
  }
  .article-summary .article-image img {
    height: 100%;
    width: auto;
  }
  .article-summary .article-content {
    width: 100%;
    padding-left: 20px;
    display: table-cell;
    vertical-align: middle;
  }
}
.search-form-component .btn {
  height: 33px;
  float: right;
}
.search-form-component .input-wrapper {
  overflow: hidden;
  padding-right: 15px;
}
.search-form-component .input-wrapper input {
  width: 100%;
}
@media (min-width: 0px) and (max-width: 767px) {
  .search-form-component .search-text {
    margin-top: 15px;
  }
}
.save-modal-wrapper {
  font-family: 'Source Sans Pro', Arial, sans-serif;
  display: inline-block;
  font-size: 12px;
}
.save-modal-wrapper .modal {
  top: 175px;
  padding-right: 0 !important;
}
.save-modal-wrapper .modal .modal-dialog {
  width: 455px;
}
.save-modal-wrapper .modal .modal-content {
  border: none;
  border-radius: 0;
}
.save-modal-wrapper .modal .modal-content .modal-body {
  padding: 30px;
}
.save-modal-wrapper .modal .modal-content .modal-body .save-title {
  font-family: 'Source Sans Pro', Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 21px;
  margin-bottom: 12px;
}
.save-modal-wrapper .modal .modal-content .modal-body .save-tip {
  font-style: italic;
  margin: 12px 0;
}
.save-modal-wrapper .modal .modal-content .modal-body #output-block {
  margin: 8px 0 20px 0;
}
.save-modal-wrapper .modal .modal-content .modal-body a {
  font-family: 'Source Sans Pro', Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  cursor: pointer;
  padding-left: 20px;
}
.save-modal-wrapper .modal .modal-content .modal-body input {
  font-family: 'Source Sans Pro', Arial, sans-serif;
  font-size: 12px;
}
.save-modal-wrapper .modal .modal-content .modal-body .btn.rectangle {
  padding: 0 20px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .save-modal-wrapper .modal {
    top: 60px !important;
  }
  .save-modal-wrapper .modal .modal-dialog {
    width: 300px;
    margin: 0 auto;
  }
}
.articles-listing-header {
  font-family: 'Source Sans Pro, Arial, sans-serif';
  overflow: auto;
  clear: both;
}
.articles-listing-header .filter-articles-container {
  display: inline-block;
  padding-bottom: 20px;
  width: 100%;
}
.articles-listing-header .filter-articles-container > label {
  font-weight: normal;
  display: inline-block;
}
.articles-listing-header .filter-articles-container > select {
  display: inline-block;
  max-width: 200px;
  font-size: 13px;
}
.articles-listing-header .filter-article-link-container {
  display: block;
}
.articles-items {
  font-family: 'Source Sans Pro', Arial, sans-serif;
  display: block;
}
.articles-items .article-item {
  display: block;
  padding: 10px 0;
}
.articles-items .article-item span {
  display: block;
}
.articles-items .article-item .article-date {
  font-size: 13px;
  font-weight: bold;
}
.articles-items .article-item .article-link {
  display: inline-block;
  padding: 5px 0;
  font-size: 16px;
  font-weight: bold;
}
.articles-items .article-item .article-author {
  font-size: 13px;
  font-style: italic;
  padding-bottom: 5px;
}
.articles-pagination {
  font-family: 'Source Sans Pro', Arial, sans-serif;
  padding: 10px 0 20px 0;
  margin: 0;
  list-style-type: none;
}
.articles-pagination li {
  float: left;
  padding: 0 5px;
}
.articles-pagination li > a {
  cursor: pointer;
}
.articles-pagination li > a.previous-page-link:before {
  font-family: 'Glyphicons Halflings';
  font-size: 9px;
  content: "\e257";
  padding-right: 5px;
}
.articles-pagination li > a.next-page-link:after {
  font-family: 'Glyphicons Halflings';
  font-size: 9px;
  content: "\e258";
  padding-left: 5px;
}
.articles-pagination li.active > a {
  cursor: initial;
  text-decoration: underline;
}
/*************************************************************** FULL VERSION **************************************************************/
@media screen and (min-width: 768px) {
  .articles-listing-header {
    overflow: auto;
    clear: both;
  }
  .articles-listing-header .filter-articles-container {
    padding-bottom: 20px;
    width: 60%;
  }
  .articles-listing-header .filter-articles-container > select {
    max-width: 250px;
  }
  .articles-listing-header .filter-article-link-container {
    display: inline-block;
    text-align: right;
    width: 39%;
  }
}
/*************************************************************** MOBILE SPECIFIC VERSION **************************************************************/
@media screen and (max-width: 767px) {
  .articles-pagination li {
    padding: 0 4px;
  }
}
.featured-article-info {
  font-family: 'Source Sans Pro', Arial, sans-serif;
  display: block;
}
.featured-article-info .article-date {
  display: block;
  font-size: 13px;
  font-weight: bold;
}
.featured-article-info .article-link {
  display: block;
  font-size: 20px;
  font-weight: bold;
}
.featured-article-info .article-description {
  display: block;
}
.profile-image-container {
  font-family: 'Source Sans Pro', Arial, sans-serif;
  display: block;
  text-align: center;
  padding-bottom: 10px;
}
.profile-image-container .profile-image {
  display: block;
  margin: 0 auto;
  width: 85px;
  height: 85px;
  border-radius: 43px;
  border: 1px solid #e3e3e3;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 120% 120%;
}
.profile-image-container label {
  display: block;
}
.profile-image-container label.profile-name {
  font-weight: bold;
  font-size: 11px;
  padding-top: 5px;
}
.profile-image-container label.profile-title {
  font-size: 12px;
  font-weight: normal;
}
/*************************************************************** TABLET VERSION **************************************************************/
@media screen and (min-width: 768px) {
  .profile-image-container {
    text-align: start;
    display: inline-block;
    float: left;
    max-width: 29%;
    padding-right: 15px;
    padding-bottom: 0;
  }
  .profile-image-container .profile-image {
    margin: 0;
  }
  .featured-article-info {
    display: inline-block;
    float: left;
    max-width: 70%;
  }
}
/*************************************************************** FULL VERSION **************************************************************/
@media screen and (min-width: 992px) {
  .profile-image-container {
    max-width: 19%;
  }
  .featured-article-info {
    max-width: 80%;
  }
}
.search-control {
  margin-top: 25px;
}
.search-control form {
  display: table;
}
.search-control .search-control-header {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: bold;
  margin: 0;
  padding-top: 20px;
  color: #adadad;
}
.search-control .button-link-container {
  display: table-cell;
  vertical-align: middle;
}
.search-control .search-input-wrapper {
  display: table-cell;
  width: 100%;
  padding-right: 10px;
}
@media screen and (min-width: 768px) {
  .search-control .search-control-header {
    color: black;
    font-size: 20px;
  }
}
body.canvas-slid {
  position: fixed !important;
  width: 100%;
}
.search-filter-section.overlaid .filter-section {
  opacity: 0.5;
}
.search-filter-section .search-filter-header {
  display: none;
}
.search-filter-section .search-filter-description {
  padding-bottom: 10px;
}
.search-filter-section #filters .accordion-heading {
  border-top: none;
}
.search-filter-section .filter-fixed-left {
  position: fixed;
  z-index: 1030;
  top: 0;
  bottom: 0;
  overflow-y: auto;
  border-radius: 0;
}
.search-filter-section .filter-fixed-left.navmenu {
  width: 100%;
  border-width: 0;
}
/*************************************************************** FULL VERSION **************************************************************/
@media screen and (min-width: 768px) {
  .search-filter-section {
    display: block;
    margin-top: 25px;
  }
  .search-filter-section #filters {
    display: block;
    margin-top: 0;
  }
  .search-filter-section .search-filter-header {
    display: block;
    margin: 0;
    font-size: 28px;
    font-weight: bold;
    color: #adadad;
    padding-bottom: 15px;
  }
  .search-filter-section .filter-check-all label {
    font-weight: normal;
    vertical-align: middle;
    font-size: 13px;
    padding-left: 5px;
  }
  .search-filter-section .filter-fixed-left {
    position: relative;
    z-index: auto;
  }
}
.search-section {
  font-family: 'Source Sans Pro', Arial, sans-serif;
}
.search-section .search-section-header {
  font-size: 18px;
  font-weight: bold;
}
.search-section .search-section-header span {
  font-weight: normal;
}
.search-section .search-section-header .selected-filters {
  display: table;
  position: relative;
  padding-left: 0;
  list-style-type: none;
  margin: 0;
  overflow: hidden;
}
.search-section .search-section-header .selected-filters li {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  padding: 5px 0;
}
.search-section .search-section-header .selected-filters li .filter-container {
  display: table;
}
.search-section .search-section-header .selected-filters li .filter-container a {
  display: table-cell;
  vertical-align: middle;
}
.search-section .search-section-header .selected-filters li .filter-container a img {
  display: block;
}
.search-section .search-section-header .selected-filters li .filter-container label {
  display: table-cell;
  vertical-align: middle;
  font-size: 14px;
  font-weight: bold;
  padding-left: 8px;
  padding-right: 0;
  clear: both;
  margin-bottom: 0;
  margin-top: 5px;
}
.search-section .search-section-content {
  list-style-type: none;
  padding: 10px 0;
  margin: 0;
}
.search-section .search-section-content .result-item {
  display: block;
  position: relative;
  padding: 5px 0;
}
.search-section .search-section-content .result-item .fund-ticker {
  display: inline-block;
  font-weight: bold;
  width: 22%;
  vertical-align: top;
  float: left;
}
.search-section .search-section-content .result-item .fund-title {
  display: inline-block;
  max-width: 78%;
  clear: both;
}
.search-section .search-section-content .result-item .result-title {
  line-height: 100%;
  vertical-align: bottom;
  color: #05a9b1;
  display: inline;
  font-weight: bold;
  background-position: right center;
  background-repeat: no-repeat;
  padding-right: 5px;
  background: none;
  word-wrap: break-word;
}
.search-section .search-section-content .result-item .result-title:before {
  margin-bottom: 0;
}
.search-section .search-section-content .result-item .result-title:after {
  margin-bottom: 0;
}
.search-section .search-section-content .result-item .result-content {
  display: block;
}
.search-section .search-section-content .result-item .result-content.post-authors {
  font-style: italic;
}
.search-subpage-container {
  min-height: 50px;
}
/*************************************************************** FULL VERSION **************************************************************/
@media screen and (min-width: 768px) {
  .search-section .search-section-content .result-item .fund-ticker {
    width: 20%;
    max-width: 90px;
    vertical-align: auto;
    float: none;
  }
  .search-section .search-section-content .result-item .fund-title {
    width: 80%;
  }
  .search-section .search-section-header .selected-filters {
    position: relative;
    padding-left: 0;
    padding-top: 10px;
    list-style-type: none;
    margin: 0;
  }
  .search-section .search-section-header .selected-filters li {
    width: 20%;
    min-width: 140px;
  }
  .search-section .search-section-header .selected-filters li .filter-container {
    padding: 0 5px;
  }
  .search-section .search-section-header .selected-filters li .filter-container a img {
    display: inline;
  }
  .search-section .search-section-header .selected-filters li .filter-container label {
    display: inline-block;
    font-size: 15px;
  }
}
.search-result-column {
  padding-bottom: 30px;
}
.search-result-column .dashed-divider {
  margin: 25px 0;
}
/*************************************************************** FULL VERSION **************************************************************/
@media screen and (min-width: 768px) {
  .search-result-column {
    padding-bottom: 0;
  }
  .search-result-column .dashed-divider {
    margin: 25px 0;
  }
}
#save-search-control {
  padding-top: 20px;
}
#save-search-control .share-search-links {
  float: right;
}
/*************************************************************** FULL VERSION **************************************************************/
@media screen and (min-width: 768px) {
  #save-search-control {
    padding-bottom: 0;
  }
  #save-search-control .share-search-links {
    float: none;
  }
}
.feature-section {
  display: block;
  padding: 0;
  list-style-type: none;
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}
.feature-section > li {
  padding: 10px 15px;
  width: 100%;
}
.feature-section > li .document-feature {
  text-align: center;
}
.feature-section > li .document-feature img {
  display: block;
  border: 1px solid #e4e4e4;
  width: 100%;
  height: auto;
  max-height: 154px;
  max-width: 120px;
  margin: 0 auto;
}
.feature-section > li .document-feature a span {
  display: block;
  font-size: 13px;
  padding-top: 5px;
  text-align: center;
}
.feature-section > li .document-feature .share-search-links {
  display: block;
}
.feature-section > li .document-feature .share-search-links .social-links {
  padding-left: 0;
  float: none;
}
/*************************************************************** TABLET VERSION **************************************************************/
@media screen and (min-width: 768px) {
  .feature-section {
    margin-left: -15px;
    margin-right: -15px;
  }
  .feature-section > li {
    float: left;
    width: 50%;
  }
  .feature-section > li .document-feature a span {
    overflow: hidden;
  }
  .feature-section > li .document-feature .share-search-links .social-links .title {
    display: block;
    margin-bottom: 5px;
  }
}
/*************************************************************** TABLET SPECIFIC **************************************************************/
@media screen and (min-width: 768px) and (max-width: 991px) {
  .feature-section > li {
    padding: 10px 8px;
  }
  .feature-section > li .document-feature .share-search-links .social-links .title {
    display: block;
    margin-bottom: 5px;
  }
  .feature-section > li .document-feature .feature-text-container {
    display: table;
    margin: 0 auto;
    min-height: 45px;
  }
  .feature-section > li .document-feature .feature-text-container span {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding-top: 0;
  }
}
/*************************************************************** FULL VERSION **************************************************************/
@media screen and (min-width: 992px) {
  .feature-section {
    display: table;
    min-width: 100%;
  }
  .feature-section > li {
    display: table-cell;
    float: none;
    width: 25%;
    padding-bottom: 60px;
    position: relative;
  }
  .feature-section > li .share-search-links {
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
  }
  .feature-section > li .share-search-links .link {
    margin-right: 3px;
  }
}
.share-search-links {
  display: inline-block;
  vertical-align: middle;
}
.share-search-links .social-links {
  display: inline-block;
  background: none;
  padding: 0;
  margin: 0;
  border: none;
  padding-top: 1px;
  float: right;
}
.share-search-links .social-links .links {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
.share-search-links .social-links .links .link .thumb {
  background-size: auto;
  width: 30px;
  height: 30px;
}
.share-search-links .social-links .title {
  display: none;
}
/*************************************************************** FULL VERSION **************************************************************/
@media screen and (min-width: 768px) {
  .share-search-links {
    padding-bottom: 0;
  }
  .share-search-links .social-links {
    padding-left: 20px;
    float: none;
  }
  .share-search-links .social-links .title {
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    font-weight: normal;
  }
}
@media screen and (min-width: 992px) {
  .share-search-links .social-links .title {
    display: block;
    margin-bottom: 5px;
  }
  #save-search-control .share-search-links .social-links .title {
    display: inline-block;
    margin-bottom: 0;
  }
}
.search-sub-section-toggler {
  position: relative;
  font-family: 'Source Sans Pro', Arial, sans-serif;
  height: 45px;
  border-top: 1px #b7b7b7 solid;
  border-bottom: 1px #b7b7b7 solid;
  background: #f9f9f9;
  float: none;
  margin-bottom: 5px;
}
.search-sub-section-toggler > .sub-section-header {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #666666;
  font-size: 17px;
  font-weight: bold;
  cursor: pointer;
}
.search-sub-section-toggler > .sub-section-header > .sub-section-collapse-label {
  background-image: url(../images/filter-minus-icon.svg);
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 30px;
  height: 25px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.search-sub-section-toggler > .sub-section-header.collapsed > .sub-section-collapse-label {
  background-image: url(../images/filter-plus-icon.svg);
}
.sub-section-content {
  padding: 0 15px;
}
.sub-section-content span,
.sub-section-content p {
  font-size: 18px;
  line-height: 28px;
  color: #050139;
}
@media screen and (min-width: 768px) {
  .sub-section-content span,
  .sub-section-content p {
    font-size: 22px;
    line-height: 30px;
  }
}
.wisdomtree-pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.wisdomtree-pagination li {
  display: inline;
}
.wisdomtree-pagination li a {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  text-decoration: none;
}
.wisdomtree-pagination .active a {
  z-index: 2;
  cursor: default;
  text-decoration: underline;
}
.article-listing .listing-wrapper {
  list-style: none;
  margin: 0;
  padding: 0;
}
.article-listing .listing-wrapper .article-item {
  padding: 20px 0;
}
.article-listing .listing-wrapper .article-item img {
  float: left;
  margin-right: 10px;
  border: solid 1px #E4E4E4;
  padding: 2px 2px;
  width: 80px;
  height: auto;
}
.article-listing .listing-wrapper .article-item a {
  padding-bottom: 0;
  display: block;
}
.article-listing .listing-wrapper .article-item p {
  margin: 5px 0 0 0;
}
.date-filter {
  padding: 10px 15px;
}
.date-filter .datepciker-container {
  display: table;
  width: 100%;
  margin: 10px 0;
}
.date-filter .datepciker-container .input-group.date {
  max-width: 200px;
  float: right;
}
.date-filter .datepciker-container label {
  display: table-cell;
  vertical-align: middle;
  padding-right: 3px;
}
.date-filter .button-link {
  vertical-align: top;
  padding: 5px 15px;
  height: 34px;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .date-filter {
    padding: 10px 0;
  }
  .date-filter .datepciker-container {
    float: left;
    padding-right: 10px;
    width: auto;
    margin: 0;
  }
  .date-filter .datepciker-container .input-group.date {
    float: none;
  }
  .date-filter .button-link {
    margin-bottom: 0;
  }
}
.banner-wrapper .banner-image {
  background-size: cover;
}
.banner-wrapper .banner-image .vertical-aligner {
  text-align: center;
}
.banner-wrapper .banner-image .mobile-image {
  display: none;
}
.banner-wrapper .banner-image.big {
  height: 205px;
}
.banner-wrapper .banner-image.big img {
  max-height: 75px;
}
.banner-wrapper .banner-image.small {
  height: 120px;
}
.banner-wrapper .banner-image.small img {
  max-height: 60px;
}
@media screen and (max-width: 767px) {
  .banner-wrapper .container {
    padding-left: 0px;
    padding-right: 0px;
  }
  .banner-wrapper .banner-image .mobile-image {
    display: block;
  }
  .banner-wrapper .banner-image .desktop-image {
    display: none;
  }
  .banner-wrapper .banner-image .vertical-aligner img {
    margin: 0 5%;
  }
  .banner-wrapper .banner-image.big {
    height: 140px;
  }
  .banner-wrapper .banner-image.big img {
    max-height: 85px;
  }
  .banner-wrapper .banner-image.small {
    height: 60px;
  }
  .banner-wrapper .banner-image.small img {
    max-height: 30px;
  }
}
.sign-up-for-alerts-wrapper .sign-up-for-alerts {
  display: table;
  margin: 5px 0;
}
.sign-up-for-alerts-wrapper .sign-up-for-alerts .title {
  padding-right: 25px;
  display: table-cell;
  position: relative;
  width: 100%;
  vertical-align: middle;
}
.sign-up-for-alerts-wrapper .sign-up-for-alerts .title.checked:after {
  content: "";
  position: absolute;
  background: url(../images/check.svg) no-repeat;
  margin-left: 2px;
  height: 13px;
  width: 14px;
  bottom: 10px;
}
.sign-up-for-alerts-wrapper .sign-up-for-alerts .title.spinner-image:after {
  content: "";
  position: absolute;
  background-image: url("../images/Spinner.svg");
  background-size: 40px 40px;
  background-position: center center;
  bottom: 0px;
  height: 30px;
  width: 30px;
}
.sign-up-for-alerts-wrapper .sign-up-for-alerts .buttons-wrapper {
  max-height: 30px;
  display: table-cell;
  vertical-align: middle;
}
.sign-up-for-alerts-wrapper .sign-up-for-alerts .buttons-wrapper .button-link {
  font-size: 14px;
  padding: 7px 15px;
  height: 30px;
}
.sign-up-for-alerts-wrapper .sign-up-for-alerts .buttons-wrapper .button-link.hidden {
  display: none;
}
.sign-up-for-alerts-wrapper .sign-up-title {
  font-size: 16px;
}
.sign-up-for-alerts-wrapper .sign-up-description {
  padding-top: 5px;
}
.sign-up-comments-modal .sign-up-comments-input {
  margin: 10px 0 20px 0;
  border-radius: 0;
}
.article-preview .article-image {
  width: 100%;
  height: auto;
}
.article-preview .title {
  margin: 15px 0px;
}
.article-stacked-preview {
  min-height: 220px;
  max-width: 370px;
}
.article-stacked-preview .row {
  padding: 15px 5px;
  background-color: #f2f2f2;
  border: #f9f9f9 solid 1px;
  margin-left: 0;
  margin-right: 0;
  min-height: 120px;
}
.article-stacked-preview .row .article-image {
  border-radius: 50%;
  height: 70px;
  width: 70px;
  float: none;
  margin-top: 2px;
}
.article-stacked-preview .row .title {
  color: #05A9B1;
  margin: 0;
  hyphens: manual;
}
.article-stacked-preview .summary {
  font-family: 'Source Sans Pro', Arial, sans-serif;
  padding-top: 10px;
}
.article-stacked-preview .summary span {
  display: block;
  font-family: 'Source Sans Pro', Arial, sans-serif;
  color: black;
  letter-spacing: -0.5px;
}
@media screen and (min-width: 768px) {
  .article-stacked-preview {
    min-height: 230px;
  }
  .article-stacked-preview .row {
    max-height: 100px;
    min-height: initial;
  }
  .article-stacked-preview .row .title {
    margin: 5px 0px;
    hyphens: none;
  }
  .article-stacked-preview .row .article-image {
    float: right;
    margin-top: 0;
  }
  .article-stacked-preview.left {
    float: left;
  }
  .article-stacked-preview.right {
    float: right;
  }
}
.news-article {
  padding: 30px 0;
  border-bottom: 1px solid #adadad;
}
.news-article .news-article-body {
  padding: 10px 0;
}
.news-article small {
  color: #adadad;
  line-height: 28px;
}
.news-article img {
  display: block;
  max-width: 100%;
  height: auto;
}
.news-article:last-child {
  border-bottom: none;
}
.model-portfolio-table {
  margin-top: 20px;
  margin-bottom: 20px;
}
.model-portfolio-table .circled-title-wrapper {
  display: table;
  margin-bottom: 10px;
  margin-top: 10px;
}
.model-portfolio-table .circled-title-wrapper .group-color {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.model-portfolio-table .circled-title-wrapper .title {
  display: table-cell;
  vertical-align: middle;
  padding-left: 10px;
}
.model-portfolio-table .title {
  margin-bottom: 10px;
}
.model-portfolio-table .export-button.button-link {
  display: block;
  float: none;
}
.model-portfolio-table .model-portfolio-diagram {
  text-align: center;
  margin-bottom: 20px;
}
.model-portfolio-table .model-portfolio-diagram .title {
  margin: 10px 0;
}
.model-portfolio-table .model-portfolio-diagram img {
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.model-portfolio-table .model-portfolio-description .inception-date {
  margin-top: 20px;
  font-size: 11px;
}
@media screen and (min-width: 768px) {
  .model-portfolio-table .export-button.button-link {
    display: inline-block;
    float: right;
  }
}
.career-widget .title {
  text-align: center;
}
.career-widget .bzOpeningsList {
  list-style: none;
  margin-top: 20px;
  padding: 0;
}
.career-widget .bzOpeningsList .bzOpening {
  padding: 20px;
}
.career-widget .bzOpeningsList .bzOpening a {
  text-decoration: none;
}
.career-widget .bzOpeningsList .bzOpening a .bzButtonApply {
  float: right;
  font-size: 16px;
  margin-top: 8px;
  padding: 8px 18px;
  letter-spacing: 0.5px;
  color: #ffffff;
  border: none;
  background-color: #0fcbd4;
}
.career-widget .bzOpeningsList .bzOpening a h2 {
  margin-bottom: 10px;
  color: #444444;
}
.career-widget .bzOpeningsList .bzOpening a .bzMeta {
  padding: 0;
}
.career-widget .bzOpeningsList .bzOpening a .bzMeta .bzLocation,
.career-widget .bzOpeningsList .bzOpening a .bzMeta .bzType,
.career-widget .bzOpeningsList .bzOpening a .bzMeta .bzDepartment {
  display: inline;
  position: relative;
  margin-right: 15px;
  color: #05a9b1;
}
.career-widget .bzOpeningsList .bzOpening a .bzMeta .bzLocation span,
.career-widget .bzOpeningsList .bzOpening a .bzMeta .bzType span,
.career-widget .bzOpeningsList .bzOpening a .bzMeta .bzDepartment span {
  margin-right: 5px;
  display: inline-block;
  padding-left: 20px;
}
.career-widget .bzOpeningsList .bzOpening a .bzMeta .bzLocation:before,
.career-widget .bzOpeningsList .bzOpening a .bzMeta .bzType:before,
.career-widget .bzOpeningsList .bzOpening a .bzMeta .bzDepartment:before {
  font-family: 'Glyphicons Halflings';
  color: #444444;
  position: absolute;
}
.career-widget .bzOpeningsList .bzOpening a .bzMeta .bzLocation:before {
  content: "\e062";
}
.career-widget .bzOpeningsList .bzOpening a .bzMeta .bzType:before,
.career-widget .bzOpeningsList .bzOpening a .bzMeta .bzDepartment:before {
  content: "\e109";
}
.career-widget .bzOpeningsList .bzOpening:hover {
  background-color: #f9f9f9;
  border: 1px solid #bcc0c2;
}
.career-widget .bzOpeningsList .bzOpening:hover .bzButtonApply {
  background-color: #0bacb4;
}
@media screen and (max-width: 767px) {
  .career-widget .bzOpeningsList .bzOpening a .bzButtonApply {
    display: none;
  }
}
/*************************************************************** MOBILE SPECIFIC VERSION **************************************************************/
@media screen and (max-width: 767px) {
  .Footnote {
    position: initial!important;
  }
  .Footnote .Footnote-note {
    width: 100% !important;
    top: 25px !important;
    left: 0 !important;
  }
  .Timeline {
    position: relative;
  }
}
#CybotCookiebotDialog > div:not(#CybotCookiebotPopup) {
  display: none;
}
#CybotCookiebotDialog .CybotCookiebotDialogBodyLevelButtonWrapper {
  margin-top: 10px;
}
#CybotCookiebotDialog .CybotCookiebotDialogBodyLevelButtonWrapper > * {
  display: inline-block;
  vertical-align: top;
  line-height: 20px;
}
/* latin-ext */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../../client/fonts/sanspro-ext.woff2') format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../../client/fonts/sanspro-ext.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* semi bold */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../../client/fonts/SourceSansPro/SourceSansPro-Semibold.woff') format('woff'), url('../../client/fonts/SourceSansPro/SourceSansPro-Semibold.ttf') format('truetype'), url('../../client/fonts/SourceSansPro/SourceSansPro-Semibold.svg') format('svg');
}
/* semi bold */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../../client/fonts/SourceSansPro/SourceSansPro-Semibold.woff') format('woff'), url('../../client/fonts/SourceSansPro/SourceSansPro-Semibold.ttf') format('truetype'), url('../../client/fonts/SourceSansPro/SourceSansPro-Semibold.svg') format('svg');
}
/* bold */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../../client/fonts/SourceSansPro/SourceSansPro-Bold.woff') format('woff'), url('../../client/fonts/SourceSansPro/SourceSansPro-Bold.ttf') format('truetype'), url('../../client/fonts/SourceSansPro/SourceSansPro-Bold.svg') format('svg');
}
/* black */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('../../client/fonts/SourceSansPro/SourceSansPro-Black.woff') format('woff'), url('../../client/fonts/SourceSansPro/SourceSansPro-Black.ttf') format('truetype'), url('../../client/fonts/SourceSansPro/SourceSansPro-Black.svg') format('svg');
}
/* black */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('../../client/fonts/SourceSansPro/SourceSansPro-Black.woff') format('woff'), url('../../client/fonts/SourceSansPro/SourceSansPro-Black.ttf') format('truetype'), url('../../client/fonts/SourceSansPro/SourceSansPro-Black.svg') format('svg');
}
/* extra light */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url('../../client/fonts/SourceSansPro/SourceSansPro-ExtraLight.woff') format('woff'), url('../../client/fonts/SourceSansPro/SourceSansPro-ExtraLight.ttf') format('truetype'), url('../../client/fonts/SourceSansPro/SourceSansPro-ExtraLight.svg') format('svg');
}
/* extra light */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url('../../client/fonts/SourceSansPro/SourceSansPro-ExtraLight.woff') format('woff'), url('../../client/fonts/SourceSansPro/SourceSansPro-ExtraLight.ttf') format('truetype'), url('../../client/fonts/SourceSansPro/SourceSansPro-ExtraLight.svg') format('svg');
}
/* light */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('../../client/fonts/SourceSansPro/SourceSansPro-Light.woff') format('woff'), url('../../client/fonts/SourceSansPro/SourceSansPro-Light.ttf') format('truetype'), url('../../client/fonts/SourceSansPro/SourceSansPro-Light.svg') format('svg');
}
/* italic */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: normal;
  font-display: swap;
  src: url('../../client/fonts/SourceSansPro/SourceSansPro-Italic.woff') format('woff'), url('../../client/fonts/SourceSansPro/SourceSansPro-Italic.ttf') format('truetype'), url('../../client/fonts/SourceSansPro/SourceSansPro-Italic.svg') format('svg');
}
/* extra light italic */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url('../../client/fonts/SourceSansPro/SourceSansPro-ExtraLightIt.woff') format('woff'), url('../../client/fonts/SourceSansPro/SourceSansPro-ExtraLightIt.ttf') format('truetype'), url('../../client/fonts/SourceSansPro/SourceSansPro-ExtraLightIt.svg') format('svg');
}
/* extra light italic */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url('../../client/fonts/SourceSansPro/SourceSansPro-ExtraLightIt.woff') format('woff'), url('../../client/fonts/SourceSansPro/SourceSansPro-ExtraLightIt.ttf') format('truetype'), url('../../client/fonts/SourceSansPro/SourceSansPro-ExtraLightIt.svg') format('svg');
}
/* light italic */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url('../../client/fonts/SourceSansPro/SourceSansPro-LightItalic.woff') format('woff'), url('../../client/fonts/SourceSansPro/SourceSansPro-LightItalic.ttf') format('truetype'), url('../../client/fonts/SourceSansPro/SourceSansPro-LightItalic.svg') format('svg');
}
/* semi bold italic */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url('../../client/fonts/SourceSansPro/SourceSansPro-SemiboldItalic.woff') format('woff'), url('../../client/fonts/SourceSansPro/SourceSansPro-SemiboldItalic.ttf') format('truetype'), url('../../client/fonts/SourceSansPro/SourceSansPro-SemiboldItalic.svg') format('svg');
}
/* bold italic */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url('../../client/fonts/SourceSansPro/SourceSansPro-BoldItalic.woff') format('woff'), url('../../client/fonts/SourceSansPro/SourceSansPro-BoldItalic.ttf') format('truetype'), url('../../client/fonts/SourceSansPro/SourceSansPro-BoldItalic.svg') format('svg');
}
/* black italic */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url('../../client/fonts/SourceSansPro/SourceSansPro-BlackItalic.woff') format('woff'), url('../../client/fonts/SourceSansPro/SourceSansPro-BlackItalic.ttf') format('truetype'), url('../../client/fonts/SourceSansPro/SourceSansPro-BlackItalic.svg') format('svg');
}
/* black italic */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url('../../client/fonts/SourceSansPro/SourceSansPro-BlackItalic.woff') format('woff'), url('../../client/fonts/SourceSansPro/SourceSansPro-BlackItalic.ttf') format('truetype'), url('../../client/fonts/SourceSansPro/SourceSansPro-BlackItalic.svg') format('svg');
}
.quest-ce-row {
  background: #efefef;
  margin-right: -15px;
  margin-left: -15px;
  padding-top: 20px;
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 20px;
}
.quest-ce-row .quest-ce-image img {
  width: 100%;
}
.quest-ce-row .quest-ce-title {
  font-weight: 700;
  font-size: 18px;
  font-family: 'Source Sans Pro', Arial, sans-serif;
  color: #333333;
}
.quest-ce-row .quest-ce-description {
  padding-top: 10px;
  padding-bottom: 10px;
}
.quest-ce-button-row .quest-ce-button-link {
  text-transform: uppercase;
}
.quest-ce-authed-row .quest-ce-title {
  font-weight: 900;
  font-size: 20px;
  text-transform: uppercase;
}
.quest-ce-authed-row .quest-ce-dashboard-button-link {
  background: none !important;
  border: none;
  cursor: pointer;
  color: #05a9b1;
  font-weight: bold;
  padding-left: 15px;
}
.quest-ce-authed-row .quest-ce-dashboard-button-link:visited {
  color: #fff;
}
.quest-ce-authed-row .quest-ce-dashboard-button-link:hover,
.quest-ce-authed-row .quest-ce-dashboard-button-link:focus {
  color: #07bec7;
  text-decoration: none;
}
.quest-ce-authed-row .quest-ce-dashboard-button-link.secondary {
  background-color: #fff;
  color: #666666;
  border-color: #cbcbcb;
}
.quest-ce-authed-row .quest-ce-dashboard-button-link.secondary:visited,
.quest-ce-authed-row .quest-ce-dashboard-button-link.secondary:hover,
.quest-ce-authed-row .quest-ce-dashboard-button-link.secondary:focus {
  background: #f9f9f9;
  color: #666666;
}
.quest-ce-authed-row .quest-ce-dashboard-button-link[disabled] {
  background-color: #cccccc !important;
}
.quest-ce-unauthed-row .quest-ce-header {
  font-weight: 700;
  font-size: 22px;
  font-family: 'Source Sans Pro', Arial, sans-serif;
  text-transform: uppercase;
  padding-bottom: 10px;
}
.quest-ce-unauthed-row .quest-ce-title {
  font-weight: 900;
}
.quest-ce-unauthed-row .quest-ce-speaker {
  font-size: 18px;
}
.quest-ce-unauthed-row .quest-ce-video-duration {
  font-style: italic;
  font-weight: lighter;
  color: grey;
  font-size: small;
}
.table-striped-customized .pricing-item ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.table-information {
  width: 100%;
}
.table-information .pricing-heading {
  background: #6b6b6b !important;
  color: white !important;
  border: none;
  font-size: 13px;
  font-weight: bold;
  padding: 10px 10px;
}
.table-information .pricing-value {
  padding-left: 2px;
}
.table-information .pricing-value ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.table-information .text-left {
  padding-right: 2px;
  text-align: left !important;
}
@media screen and (min-width: 768px) {
  .table-information {
    width: 60%;
  }
  .pricing-heading {
    width: 55%;
  }
}
input[type="checkbox"],
input[type="radio"] {
  line-height: 20px;
  height: 20px;
  margin: 0;
}
.vertical-aligner-wrapper {
  display: table;
  width: 100%;
  height: 100%;
  border-spacing: 0;
}
.vertical-aligner-wrapper .row-wrapper {
  display: table-row;
}
.vertical-aligner-wrapper .vertical-aligner {
  display: table-cell;
  vertical-align: middle;
  float: none;
  height: 100%;
}
.hidden-overflow {
  overflow: hidden;
}
.hide-element {
  display: none;
}
.placeholder {
  color: #acacac;
}
select option {
  color: #555;
}
.accordion-group {
  margin: 5px -15px;
}
.accordion-group .accordion-panel {
  background: none;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  margin: 0 !important;
}
.accordion-group .accordion-panel .accordion-heading {
  border: 0;
  border-top: 1px solid #05a9b1;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 0;
}
.accordion-group .accordion-panel .accordion-heading .accordion-title {
  text-align: left;
  font: bold 16px 'Source Sans Pro', Arial, sans-serif;
}
.accordion-group .accordion-panel .accordion-heading .accordion-title .heading-control {
  display: block;
  padding: 5px 15px;
  height: 42px;
  color: #05a9b1;
}
.accordion-group .accordion-panel .accordion-heading .accordion-title .heading-control .heading-content-wrapper {
  width: 100%;
  height: 100%;
  background: url('../images/minus-icon-dark-blue.webp') center right no-repeat;
  padding-right: 12px;
}
.accordion-group .accordion-panel .accordion-heading .accordion-title .heading-control.collapsed .heading-content-wrapper {
  background-image: url('../images/plus-icon-dark-blue.webp');
}
.accordion-group .accordion-panel .accordion-heading .accordion-title .heading-control:active,
.accordion-group .accordion-panel .accordion-heading .accordion-title .heading-control:hover,
.accordion-group .accordion-panel .accordion-heading .accordion-title .heading-control:focus,
.accordion-group .accordion-panel .accordion-heading .accordion-title .heading-control:visited {
  text-decoration: none;
}
.accordion-group .accordion-panel .accordion-heading .accordion-title .heading-control * {
  line-height: 16px;
}
.accordion-group .accordion-panel .panel-collapse.collapse .accordion-body,
.accordion-group .accordion-panel .panel-collapse.collapsing .accordion-body {
  padding: 10px 15px;
}
.accordion-group .accordion-panel .in .accordion-body,
.accordion-group .accordion-panel .collapsing .accordion-body {
  border-top: 0;
}
.accordion-group .accordion-panel:last-child {
  border-bottom: 1px solid #05a9b1;
}
.accordion-group .accordion-panel:last-child .collapse .accordion-body,
.accordion-group .accordion-panel:last-child .collapsing .accordion-body {
  border-top: 0;
}
.accordion-group.mobile-toggler {
  margin-top: 20px;
}
.accordion-group.mobile-toggler .accordion-panel > .accordion-heading > .accordion-title .heading-control {
  padding: 5px 15px;
}
.accordion-group.mobile-toggler .accordion-panel > .accordion-heading > .accordion-title .heading-control .heading-content-wrapper {
  background: url('../images/back-arrow-dark-teal.png') center right no-repeat !important;
}
.accordion-group.mobile-toggler.inverted {
  margin-top: 0;
}
.accordion-group.mobile-toggler.inverted .accordion-panel > .accordion-heading > .accordion-title .heading-control .heading-content-wrapper {
  background: url('../images/forward-arrow-dark-teal.png') center left no-repeat !important;
  padding-left: 15px;
}
.wisdomtree-checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.wisdomtree-checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.wisdomtree-checkbox input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}
.wisdomtree-checkbox + .wisdomtree-checkbox {
  margin-top: -5px;
}
@media screen and (min-width: 768px) {
  .accordion-group {
    margin: 5px 0;
  }
  .accordion-group .accordion-panel .panel-collapse.collapse .accordion-body,
  .accordion-group .accordion-panel .panel-collapse.collapsing .accordion-body {
    padding: 0;
  }
  .accordion-group .accordion-panel:last-child .collapse .accordion-body,
  .accordion-group .accordion-panel:last-child .collapsing .accordion-body {
    border-bottom: 0;
  }
  .accordion-group.mobile-toggler {
    display: none;
  }
}
span.scWebEditInput[scfieldtype="rich text"] {
  display: block;
}
.background-blur {
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  -o-filter: blur(3px);
  -ms-filter: blur(3px);
  filter: blur(3px);
}
.post-nav-wrapper.post-top-nav {
  margin: 35px 0 30px;
}
.post-nav-wrapper.post-top-nav .nav-link {
  font-size: 16px;
  line-height: 18px;
  font-weight: 300;
  color: #000;
}
.post-nav-wrapper.post-top-nav .nav-link img {
  margin: 0 10px 0 0;
}
.post-nav-wrapper.post-top-nav a:not(:last-child) {
  margin-right: 25px;
}
.post-nav-wrapper.post-top-nav > div.col-xs-12 {
  padding: 0;
}
.button {
  border: none;
  background: #05A9B1;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font: normal 400 18px/28px 'Source Sans Pro', Arial, sans-serif;
  font-weight: 900;
  min-width: 170px;
  outline: 0;
  padding: 20px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s;
  height: auto;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .button {
    width: 100%;
  }
}
.button:hover,
.button:active,
.button:focus {
  background: #37BAC0;
  color: #ffffff;
  outline: 0;
  text-decoration: none;
}
.button:visited {
  color: #ffffff;
}
.button.-cta {
  border-color: #05A9B1;
}
.button.-secondary {
  background: #050139;
}
.button.-secondary:hover,
.button.-secondary:active,
.button.-secondary:focus {
  background: #0A0265;
}
.button.default {
  background: #ffffff;
  color: #000000;
}
.button.default:hover,
.button.default:active,
.button.default:focus {
  background: #7B858C;
  color: #000000;
}
.button.dark-blue {
  background: #050139;
  color: #ffffff;
}
.button.dark-blue:hover,
.button.dark-blue:active,
.button.dark-blue:focus {
  background: #090264;
  color: #ffffff;
}
.button.-full {
  width: 100%;
}
.button.-standalone {
  margin: 20px 0;
}
.button.external:before {
  content: "";
  width: 24px;
  height: 24px;
  display: inline-block;
  float: right;
  background: url('../images/external-white.svg') center center no-repeat;
  background-size: contain;
  margin-left: 10px;
}
.button.-outlined {
  background: transparent;
  border: solid 1px #05A9B1;
  color: #05A9B1;
}
.button.-outlined:hover,
.button.-outlined:active,
.button.-outlined:focus {
  color: #37BAC0;
  border-color: #37BAC0;
}
.button-outlined-box {
  border: solid 1px #ffffff;
  background-color: transparent;
  display: flex;
  justify-content: center;
  gap: 8px;
  align-items: center;
  color: #ffffff;
  font: normal 400 16px/28px 'Source Sans Pro', Arial, sans-serif;
  font-weight: 700;
  padding: 10px 24px;
  text-transform: uppercase;
}
@media screen and (min-width: 992px) {
  .button-outlined-box {
    display: inline-flex;
  }
}
button.btn-unstyled {
  border: none;
  color: initial;
  background: none;
  outline: none !important;
  box-shadow: none !important;
  padding: 0;
}
button.btn-box {
  padding: 25px;
  font-size: 16px;
  border: 1px solid;
  line-height: 14px;
  border-radius: 0;
  font-weight: 700;
  text-transform: uppercase;
}
.form-group {
  position: relative;
  padding-top: 15px;
  font-size: 16px;
  margin: 0;
}
.form-group .input-label {
  display: block;
  margin: 0px;
}
.form-group .field-validation-error {
  font-size: 14px;
  color: #df3c0a;
  display: block;
  position: unset;
  top: 15px;
  left: 20px;
  margin: 0;
}
.form-group .field-validation-error.server-error {
  position: static;
  font-size: inherit;
}
.form-group.labeled-form-group .field-validation-error {
  top: 45px;
}
.form-group.radio-group .field-validation-error {
  top: 0;
  left: 0;
}
.form-group .form-control {
  height: 60px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 0;
  font-weight: 300;
  font-size: 16px;
}
.form-group .form-control[type=number] {
  -webkit-appearance: none;
  margin: 0;
}
.form-group .form-control[type=number] {
  -moz-appearance: textfield;
}
.form-group .date {
  cursor: pointer;
}
.form-group .input-group-addon {
  border-radius: 0;
}
.form-group .radio-inline {
  line-height: 20px;
  margin: 0 20px 0 0;
  font-weight: 300;
}
.form-group .radio-inline .radio-input {
  margin-top: 4px;
}
.field-validation-error {
  color: #df3c0a;
}
input[type="radio"] {
  width: 15px;
  height: 15px;
}
.checkbox label {
  font-size: 14px;
}
.styled-input-wrapper label {
  font-weight: 300;
  position: relative;
  padding-left: 40px;
  font-size: 14px;
}
.styled-input-wrapper label input[type='checkbox'],
.styled-input-wrapper label input[type='radio'] {
  margin: 0;
}
.styled-input[type='checkbox'],
.styled-input[type='radio'] {
  vertical-align: top;
  visibility: hidden;
  position: relative;
  cursor: pointer;
}
.styled-input[type='checkbox'] ~ span:before,
.styled-input[type='radio'] ~ span:before {
  content: ' ';
  left: 0;
  right: 0;
  width: 25px;
  height: 25px;
  position: absolute;
  visibility: visible;
  background: #ffffff center center no-repeat;
  box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.1);
  border: 2px solid #5A6770;
  display: inline-block;
  vertical-align: middle;
}
.styled-input[type='checkbox'] {
  width: 25px;
  height: 25px;
}
.styled-input[type='checkbox']:checked ~ span:before {
  background-image: url('../images/check_white.svg');
  background-color: #5A6770;
  background-size: 20px 20px;
}
.styled-input[type='radio'] {
  width: 25px;
  height: 25px;
}
.styled-input[type='radio'] ~ span:before {
  width: 25px;
  height: 25px;
  border-radius: 25px;
}
.styled-input[type='radio']:checked ~ span:before {
  background-image: url('../images/circle_white.svg');
  background-size: 16px 16px;
}
.styled-input ~ label {
  padding: 3px 0 3px 48px;
  font-weight: 300;
  line-height: 18px;
  font-size: 14px;
}
.toggle-switch {
  position: relative;
  display: inline-block;
  width: 52px;
  height: 26px;
  margin: 0;
}
.toggle-switch > input {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0;
  margin: 0;
  top: 0;
  left: 0;
}
.toggle-switch > input:checked + .slider {
  background: #05A9B1;
}
.toggle-switch > input:checked + .slider:before {
  left: auto;
  right: 2px;
}
.toggle-switch > input:checked:focus + .slider,
.toggle-switch > input:checked:active + .slider,
.toggle-switch > input:checked:hover + .slider {
  background: #37BAC0;
}
.toggle-switch > input:disabled + .slider:before {
  animation: rotation 2s infinite;
  border-top-color: #2196F3;
}
.toggle-switch .slider {
  cursor: pointer;
  background: #5A6770;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 13px;
  display: block;
  width: 100%;
  height: 26px;
  margin: 9px 0;
  position: relative;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.4);
}
.toggle-switch .slider:active,
.toggle-switch .slider:focus,
.toggle-switch .slider:hover {
  background: #7B858C;
}
.toggle-switch .slider:before {
  position: absolute;
  content: "";
  height: 22px;
  width: 22px;
  left: 2px;
  top: 2px;
  background: #ffffff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 50%;
  border: 3px solid #ffffff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}
.datepicker {
  max-width: 300px;
  padding: 5px;
}
.datepicker table td,
.datepicker table th {
  text-align: center;
  cursor: pointer;
}
.datepicker table th {
  font-weight: 900;
  font-size: 16px;
}
.datepicker table th.datepicker-switch :hover,
.datepicker table th.prev :hover,
.datepicker table th.next :hover {
  background: #F4F4F4;
}
.datepicker .day {
  padding: 5px 10px;
  background: #F4F4F4;
}
.datepicker .day.old,
.datepicker .day.new {
  background: none;
}
.datepicker .month,
.datepicker .year,
.datepicker .decade,
.datepicker .century {
  display: inline-block;
  padding: 5px;
  width: 45px;
}
.datepicker .day:hover,
.datepicker .month:hover,
.datepicker .year:hover,
.datepicker .decade:hover,
.datepicker .century:hover,
.datepicker .day.active,
.datepicker .month.active,
.datepicker .year.active,
.datepicker .decade.active,
.datepicker .century.active {
  background: #7B858C;
  color: #ffffff;
}
body.fixed-body {
  position: fixed !important;
  overflow: hidden;
  width: 100%;
}
.terms-modal {
  position: fixed;
  z-index: 10000;
  background: #F4F4F4;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  /*default tabs styles*/
}
.terms-modal .terms-title {
  max-width: 552px;
}
.terms-modal .terms-form {
  max-width: 522px;
}
.terms-modal .caret-language-selector {
  border: solid #0CA8B1;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 5px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.terms-modal .caret-language-selector.caret-up {
  transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  border-bottom: 2px solid #0CA8B1 !important;
}
.terms-modal .terms-image {
  height: 100px;
  padding: 0;
  background: #ffffff center center no-repeat;
  background-size: cover;
}
.terms-modal .terms-body {
  padding: 25px;
  display: flex;
  flex-direction: column;
}
@media all and (max-width: 991px) {
  .terms-modal .terms-body {
    padding: 15px 25px 25px;
  }
  .terms-modal .terms-body .term-action-and-logo-container {
    margin-bottom: 20px;
  }
}
@media all and (min-width: 768px) {
  .terms-modal .terms-body .terms-logo {
    padding: 0px;
  }
}
@media all and (max-width: 991px) {
  .terms-modal .terms-body .terms-logo img {
    margin: 0;
  }
}
.terms-modal .terms-body .terms-header {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media all and (min-width: 768px) {
  .terms-modal .terms-body .terms-header {
    margin: 30px 0px 80px;
  }
}
.terms-modal .terms-accept {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
}
.terms-modal .terms-accept .button {
  width: 100%;
}
.terms-modal .language-selector {
  position: absolute;
  top: 50px;
  right: 20%;
  color: black;
}
@media all and (min-width: 992px) {
  .terms-modal .language-selector {
    right: auto;
    position: relative;
    top: auto;
    margin-right: 25px;
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: flex-end;
  }
}
.terms-modal .language-selector:before {
  background: url(../images/globe-icon.webp) no-repeat;
  content: '';
  margin-left: 10px;
  vertical-align: middle;
  width: 22px;
  height: 22px;
  display: inline-block;
  background-size: auto 100%;
}
.terms-modal .language-selector .dropdown {
  display: inline-block;
}
.terms-modal .language-selector button {
  border: 0;
  background: none;
  outline: none;
  font-weight: 900;
  display: flex;
  align-items: center;
  flex-direction: row;
  align-content: center;
  padding: 15px 0px 0px 0px;
  justify-content: space-around;
}
.terms-modal .language-selector button .caret {
  margin-left: 8px;
}
.terms-modal .language-selector .dropdown-menu {
  min-width: 100%;
  right: 0;
  left: auto;
  padding: 0 25px;
  overflow: hidden;
  max-height: 160px;
  height: auto;
}
.terms-modal .country-selector .dropdown-menu,
.terms-modal .language-selector .dropdown-menu {
  border-radius: 0;
  border: 1px solid #ddd;
  height: 250px;
  overflow: hidden;
  overflow-y: auto;
}
.terms-modal .country-selector .dropdown-menu > li > a,
.terms-modal .language-selector .dropdown-menu > li > a {
  font-size: 16px;
  font-weight: 900;
  padding: 10px 0;
  line-height: 18px;
  color: #05A9B1;
}
.terms-modal .country-selector .dropdown-menu > li > a.active,
.terms-modal .language-selector .dropdown-menu > li > a.active {
  color: black;
}
.terms-modal .flag {
  width: 24px;
  height: 18px;
  margin-right: 5px;
  vertical-align: middle;
}
.terms-modal .terms-tabs {
  background-color: white;
}
.terms-modal .terms-tabs .tab-content {
  border: none;
  font-size: 14px;
}
.terms-modal .terms-tabs .nav-tabs {
  border: none;
}
.terms-modal .terms-tabs .nav-tabs li {
  height: 60px;
  display: table;
  background-color: white;
}
.terms-modal .terms-tabs .nav-tabs li .divider {
  display: inline-block;
  width: 1px;
  height: 35px;
  background: white;
  margin-top: 10px;
}
.terms-modal .terms-tabs .nav-tabs li.active .divider {
  display: none;
}
.terms-modal .terms-tabs .nav-tabs li.active a {
  border: none;
}
.terms-modal .terms-tabs .nav-tabs li > a {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  font-weight: 700;
}
.terms-modal .country-selector button {
  outline: none;
  background: white;
  padding: 10px 15px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-radius: 0;
  border: 1px solid #ddd;
}
.terms-modal .country-selector button .location-icon {
  width: 40px;
  height: 30px;
  background: url("../images/pin-icon.webp") center no-repeat;
  background-size: auto 100%;
}
.terms-modal .country-selector button .location-info {
  flex-grow: 1;
  text-align: left;
  margin: 0 15px;
}
.terms-modal .country-selector button .location-info .location {
  font-size: 16px;
  color: #000000;
  font-weight: 900;
  text-align: left;
}
.terms-modal .country-selector button .location-info .location .current-country {
  vertical-align: middle;
}
.terms-modal .country-selector .dropdown {
  border: 1px solid #ddd;
  width: 375px;
}
@media all and (max-width: 991px) {
  .terms-modal .country-selector .dropdown {
    width: auto;
  }
}
.terms-modal .country-selector .dropdown .dropdown-menu {
  width: 100%;
  margin: 0;
  border-top: 0;
  padding-left: 70px;
}
.terms-modal .nav-tabs > li {
  width: 50%;
  text-align: center;
}
.terms-modal .nav-tabs > li > a {
  border-radius: 0;
  background: #efefef;
  color: rgba(0, 0, 0, 0.5);
  font-size: 13px;
  font-weight: 900 !important;
  line-height: 19px;
  border-width: 0;
  margin: 0;
}
.terms-modal .nav-tabs > li > a:hover {
  color: #05A9B1;
}
.terms-modal .nav-tabs > li.active > a,
.terms-modal .nav-tabs > li.active > a:active,
.terms-modal .nav-tabs > li.active > a:focus,
.terms-modal .nav-tabs > li.active > a:visited,
.terms-modal .nav-tabs > li.active > a:hover {
  background: #ffffff;
  color: #05A9B1;
  border-width: 1px;
  border-bottom: 2px solid #0CA8B1 !important;
}
.terms-modal .tab-content {
  background: #ffffff;
  padding: 10px 0;
}
.terms-modal .tab-content > .tab-pane {
  padding: 0 50px;
}
@media all and (min-width: 768px) {
  .terms-modal .nav-tabs > li {
    text-align: left;
  }
}
@media all and (max-width: 767px) {
  .terms-modal .terms-tabs .tab-content > .tab-pane {
    padding: 0 25px;
  }
  .terms-modal .terms-tabs .nav-tabs li > a {
    padding: 4px 5px;
  }
  .terms-modal .country-selector .dropdown {
    width: 100%;
  }
}
@media all and (min-width: 991px) and (max-width: 991px) {
  .terms-modal .language-selector .dropdown-menu {
    max-height: 130px !important;
    overflow: hidden !important;
  }
}
@media all and (min-width: 992px) and (max-width: 1599px) {
  .terms-modal .terms-content .terms-title {
    display: none;
  }
  .terms-modal .terms-content .terms-title-small {
    display: block !important;
    max-width: 552px;
  }
}
@media all and (min-width: 992px) and (max-width: 1919px) {
  .terms-modal .terms-content .cta-to-corp {
    height: 280px !important;
  }
  .terms-modal .terms-content .cta-to-corp .cta-to-corp-image {
    max-height: 180px !important;
  }
  .term-action-and-logo-container {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .term-action-and-logo-container .terms-logo {
    order: -1;
    margin-right: 30px;
  }
  .terms-modal .language-selector {
    margin-left: 5px;
  }
  .terms-modal .language-selector .dropdown-menu {
    max-height: 130px !important;
    overflow: hidden !important;
  }
  .terms-modal .dropdown-menu > li > a {
    font-size: 10px !important;
    padding: 5px 0 !important;
  }
  .terms-modal .terms-image {
    height: 100%;
    width: 20% !important;
  }
  .terms-modal .terms-body {
    justify-content: normal;
  }
  .terms-modal .terms-body .terms-title {
    max-width: 552px;
  }
  .terms-modal .terms-body .terms-title h3 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .terms-modal .terms-tabs {
    height: 230px !important;
    overflow: hidden;
  }
  .terms-modal .terms-tabs .nav-tabs {
    font-size: 12px;
  }
}
@media all and (min-width: 992px) and (max-width: 1200px) {
  .terms-modal .terms-actions {
    flex-direction: column !important;
  }
  .terms-modal .terms-actions .language-selector {
    margin: 5px;
  }
}
@media all and (min-width: 992px) {
  .terms-modal {
    display: flex;
    flex-direction: row;
  }
  .terms-modal .terms-actions {
    margin-bottom: 15px;
    display: flex;
    justify-content: flex-end;
    align-items: baseline;
    flex-direction: row;
  }
  .terms-modal .terms-image {
    height: 100%;
    width: 30%;
  }
  .terms-modal .terms-body {
    width: 100%;
    height: 100%;
    padding: 25px 65px;
  }
  .terms-modal .terms-content {
    width: 100%;
    display: flex;
  }
  .terms-modal .terms-content .cta-to-corp {
    background: white;
    padding: 20px;
    height: 325px;
    max-width: 198px;
    margin-top: auto;
    flex-direction: column;
    margin-left: 20px;
  }
  .terms-modal .terms-content .cta-to-corp .cta-to-corp-image {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 40px 10px 40px 10px;
    font-weight: 900;
    max-height: 200px;
    margin-top: 40px;
  }
  .terms-modal .terms-content .cta-to-corp .button {
    min-width: 158px;
    margin-top: 20px;
    background: white;
    border: 1px solid #05a9b1;
    color: #05a9b1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 20px;
    padding: 13px 0 !important;
    font-size: 14px;
    line-height: 19px;
  }
  .terms-modal .terms-tabs {
    height: 450px;
    overflow: hidden;
  }
  .terms-modal .terms-tabs .tab-content {
    height: calc(100% - 50px);
  }
  .terms-modal .terms-tabs .tab-content > .tab-pane {
    height: 100%;
    overflow: auto;
  }
  .terms-modal .terms-accept {
    position: static;
    background: #ffffff;
    padding: 0 50px;
    border-top: 0;
  }
  .terms-modal .terms-accept .terms-accept-line {
    padding: 13px 0;
  }
  .terms-modal .terms-accept .terms-accept-line > button {
    font-size: 14px;
    padding: 13px 0 !important;
    line-height: 19px;
  }
  .terms-modal .language-selector {
    float: right;
    height: auto;
    margin-top: 0;
    color: white;
    justify-content: center;
  }
  .terms-modal .language-selector:before {
    margin: 0 10px;
    background: url(../images/globe-icon-white.webp) no-repeat;
    background-size: auto 100%;
  }
}
@media all and (max-width: 991px) {
  .country-selector .dropdown-menu > li > a,
  .language-selector .dropdown-menu > li > a {
    font-size: 12px !important;
    padding: 10px 0 !important;
    color: black !important;
  }
  .country-selector .dropdown-menu > li > a.active,
  .language-selector .dropdown-menu > li > a.active {
    color: #05A9B1 !important;
  }
  .terms-accept-line > button {
    font-size: 14px !important;
    padding: 13px 0 !important;
    line-height: 19px !important;
  }
  .language-selector .dropdown-menu {
    max-width: 200px !important;
  }
  .terms-modal {
    background-position-y: 380px;
  }
  .term-action-and-logo-container {
    width: 150px;
  }
  .current-country {
    display: none;
  }
  .location-icon {
    display: none;
  }
  .location > img {
    width: 25px !important;
    height: 25px !important;
    border-radius: 100px;
  }
  .country-selector .dropdown-menu,
  .language-selector .dropdown-menu {
    left: auto !important;
    right: 0;
    width: 300px !important;
    padding-left: 10px !important;
    height: 160px;
    overflow: hidden;
    overflow-y: auto;
  }
  .terms-tabs {
    height: 160px !important;
  }
  .terms-header {
    flex-direction: row;
  }
  .terms-logo {
    width: 50%;
  }
  .terms-logo > img {
    width: 106px;
    height: 40px;
  }
  .terms-accept {
    position: static !important;
    background: #fff;
    padding: 0 10px;
    border-top: 0;
    padding-top: 50px;
  }
  .terms-accept-line {
    padding: 25px 0;
  }
  .cta-to-corp {
    max-width: 522px;
    background: white;
    height: 100px !important;
  }
  .cta-to-corp .cta-to-corp-image {
    background-image: none !important;
    display: flex;
  }
  .cta-to-corp .cta-to-corp-image > p {
    color: black !important;
    font-weight: bold;
  }
  .cta-to-corp .button {
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #05a9b1;
    text-indent: -9999px;
    min-width: 50px;
    background-color: white;
  }
  .terms-content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .terms-content .terms-title {
    text-align: center;
    max-width: 555px;
  }
  .terms-content .terms-title > h3 > span {
    font-size: 24px !important;
    line-height: 33px !important;
    color: black !important;
  }
  .terms-content .form-title {
    max-width: 522px;
    text-align: center;
  }
  .terms-content .form-title > p {
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 16px !important;
    color: black !important;
  }
  .terms-content .tab-content {
    height: 100%;
    overflow: scroll;
  }
}
@media all and (min-width: 1919px) {
  .terms-modal .language-selector .dropdown-menu {
    overflow: hidden !important;
  }
  .terms-modal .terms-form {
    max-width: 850px;
  }
}
@media all and (min-width: 768px) and (max-width: 991px) {
  .terms-logo > img {
    width: 50%;
    height: 100%;
  }
}
@media all and (min-width: 400px) and (max-width: 767px) {
  .footer > .container {
    padding: 0 20px;
  }
}
.footer {
  font-weight: 300;
  font-size: 16px;
}
.footer .footer-top-row,
.footer .footer-inner-links-container {
  text-align: center;
}
.footer .footer-top-row {
  margin: 50px -20px/2 0;
}
.footer .footer-top-row .paperless-footer-block {
  margin-top: 70px;
  margin-bottom: 15px;
  display: flex;
}
.footer .footer-top-row .paperless-footer-block .paperless-icon {
  margin-left: 0;
  order: 1;
}
.footer .footer-top-row .paperless-footer-block .paperless-text-block {
  order: 1;
  margin-top: -10px;
  margin-left: 15px;
}
.footer .footer-social-icon {
  margin: 20px/2;
  height: 50px;
  width: 50px;
  display: inline-block;
}
.footer .footer-inner-links-container {
  margin: 56px -20px/2 40px;
}
.footer .footer-inner-links-container a {
  margin-right: 10px;
}
.footer .footer-inner-link {
  margin: 5px 10px;
  display: inline-block;
  font-family: 'Source Sans Pro', Arial, sans-serif !important;
  font-size: 16px;
  line-height: 20px;
  color: #050139;
  font-weight: 700;
}
.footer .footer-inner-link:hover {
  text-decoration: underline;
}
.footer .footer-inner-link:hover,
.footer .footer-inner-link:visited,
.footer .footer-inner-link:focus,
.footer .footer-inner-link:active {
  color: #050139;
}
.footer .footer-description {
  font-family: 'Source Sans Pro', Arial, sans-serif;
  color: #050139;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 35px;
}
.footer .footer-description * {
  line-height: inherit;
}
.footer .footer-description p {
  color: #050139;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
}
.footer .footer-description p strong {
  font-weight: bold;
  color: inherit;
  font-size: 14px;
  line-height: 20px;
  font-family: 'Source Sans Pro', Arial, sans-serif;
}
.footer .footer-description p span strong {
  font-weight: 500;
  color: #050139;
  font-size: 14px;
  line-height: 20px;
  font-family: 'Source Sans Pro', Arial, sans-serif;
}
.footer .footer-description p span {
  font-size: 14px;
  line-height: 20px;
  color: #050139;
  font-weight: 400;
  font-family: 'Source Sans Pro', Arial, sans-serif;
}
@media all and (min-width: 768px) {
  .footer .footer-description p span {
    line-height: 20px;
  }
}
.footer .footer-description span {
  color: #050139;
  font-size: 14px;
  line-height: 20px;
}
.footer .footer-description span strong {
  font-weight: 400;
  color: #050139;
  font-size: 14px;
  line-height: 20px;
}
.footer .footer-description span span span {
  color: #050139;
  font-size: 14px;
  line-height: 20px;
}
.footer .footer-description span span span strong {
  font-weight: 500;
  color: #050139;
  font-size: 14px;
  line-height: 20px;
}
@media all and (min-width: 768px) {
  .footer .footer-top-row,
  .footer .footer-inner-links-container {
    text-align: left;
  }
  .footer .footer-top-row {
    margin: 137px -20px/2 0;
  }
  .footer .footer-inner-links-container {
    margin-bottom: 45px;
  }
  .footer .footer-description {
    margin-bottom: 134px;
  }
}
.play-video-icon {
  display: block;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}
.fund-header .boost-svg {
  vertical-align: baseline;
  height: 15px;
  width: auto;
  padding-right: 6px;
}
.header .desktop-header-content .nav-menu-wrapper .nav-menu-item .svg-logo {
  background-position: 0px 0px;
  background-size: 100% auto;
  width: 38px;
  height: 11px;
  display: inline-block;
}
.header .desktop-header-content .nav-menu-wrapper .nav-menu-item.hover .svg-logo {
  background-position: 0px 22px;
}
.header-wrapper .menu .svg-logo {
  background-position: 0px 11px;
  background-size: 100% auto;
  width: 38px;
  height: 11px;
  display: inline-block;
}
.boost-override .add-to-my-wisdomtree-link a,
.boost-override .section a,
.boost-override .table .value a,
.boost-override .tabs-component .fund-details-links a,
.boost-override .fund-overview .title a,
.boost-override .footer a,
.boost-override .footer .piped-links a {
  color: #b1b73c;
}
.boost-override .add-to-my-wisdomtree-link a:hover,
.boost-override .section a:hover,
.boost-override .table .value a:hover,
.boost-override .tabs-component .fund-details-links a:hover,
.boost-override .fund-overview .title a:hover,
.boost-override .footer a:hover,
.boost-override .footer .piped-links a:hover,
.boost-override .add-to-my-wisdomtree-link a:focus,
.boost-override .section a:focus,
.boost-override .table .value a:focus,
.boost-override .tabs-component .fund-details-links a:focus,
.boost-override .fund-overview .title a:focus,
.boost-override .footer a:focus,
.boost-override .footer .piped-links a:focus {
  color: #d7df42;
  text-decoration: none;
}
.boost-override .secondary-link:after {
  background: url('../images/boost-arrow-teal.webp') no-repeat center right;
}
.boost-override .title-link {
  color: #b1b73c;
}
.boost-override .title-link:visited {
  color: #d7df42;
}
.boost-override .title-link:hover {
  color: #d7df42;
}
.boost-override .fund-header .fund-code {
  color: #477f8c !important;
}
.boost-override .sections-container .section.details-section .section-header {
  color: #658e3d;
  border-color: #658e3d;
}
.boost-override .sections-container .section.details-section .section-header .collapse-container .collapse-icon {
  background-image: url('../images/boost-minus-icon-dark-green.webp');
}
.boost-override .sections-container .section.details-section .section-header.collapsed .collapse-container .collapse-icon {
  background-image: url('../images/boost-plus-icon-dark-green.webp');
}
.boost-override .sections-container .section.details-section.document-links .section-header {
  color: #b1b73c;
  border: none;
}
.boost-override .sections-container .section.details-section:last-child .mobile-section-header {
  border-color: #658e3d;
}
.boost-override .sections-container .section.details-section:last-child .table-container {
  border-color: #658e3d;
}
.boost-override .sections-container .section.details-section .table-container {
  border-color: #658e3d;
}
.boost-override .accordion-group .accordion-panel .accordion-heading {
  border-color: #658e3d;
  border-width: 2px;
}
.boost-override .accordion-group .accordion-panel .accordion-heading .accordion-title .heading-control {
  color: #658e3d;
}
.boost-override .accordion-group .accordion-panel .accordion-heading .accordion-title .heading-control .heading-content-wrapper {
  background: url('../images/boost-minus-icon-dark-green.webp') center right no-repeat;
}
.boost-override .accordion-group .accordion-panel .accordion-heading .accordion-title .heading-control.collapsed .heading-content-wrapper {
  background-image: url('../images/boost-plus-icon-dark-green.webp');
}
.boost-override .accordion-group .accordion-panel:last-child {
  border-color: #658e3d;
  border-width: 2px;
}
.boost-override .back-link {
  color: #b1b73c !important;
}
@media screen and (max-width: 767px) {
  .boost-override .sections-container .section.details-section.document-links .section-header .title {
    background-image: url(../images/boost-arrow-teal-horizontal-up.webp);
  }
  .boost-override .sections-container .section.details-section.document-links .section-header.collapsed .title {
    background-image: url(../images/boost-arrow-teal-horizontal-down.webp);
  }
  .boost-override .sections-container .section.fund-description {
    border-color: #658e3d;
  }
}
@media screen and (min-width: 768px) {
  .fund-header .boost-svg {
    vertical-align: baseline;
    height: 10px;
    width: auto;
    padding-right: 6px;
  }
  .boost-override .filter-section .filter-header .filter-header-label {
    background-image: url(../images/boost-filter-minus-icon.svg);
    background-size: 20px;
  }
  .boost-override .filter-section .filter-header.collapsed .filter-header-label {
    background-image: url(../images/boost-filter-plus-icon.svg);
    background-size: 20px;
  }
  .boost-override .tabs-component .tab-headers .tab-header.active,
  .boost-override .link-tabs .tab-headers .tab-header.active,
  .boost-override .tabs-component .tab-headers .tab-header.active:hover,
  .boost-override .link-tabs .tab-headers .tab-header.active:hover {
    background: #658e3d;
  }
  .boost-override .tabs-component .tab-headers .tab-header.active,
  .boost-override .link-tabs .tab-headers .tab-header.active {
    background: #658e3d;
  }
  .boost-override .tabs-component .tab-headers .tab-header.active:after,
  .boost-override .link-tabs .tab-headers .tab-header.active:after {
    background: url('../images/boost-tabs-arrow.webp') bottom center no-repeat;
  }
  .boost-override .tabs-component .tab-content,
  .boost-override .link-tabs .tab-content {
    border-color: #658e3d;
    border-width: 2px;
  }
  .boost-override .sections-container .section.details-section .section-header {
    border: none;
  }
  .boost-override .sections-container .section.details-section .table-container {
    border: none;
  }
  .boost-override .sections-container .section.details-section:last-child .table-container {
    border: none;
  }
  .boost-override .sections-container .section.details-section.document-links {
    border: none;
  }
}
@media screen and (min-width: 992px) {
  .fund-header .boost-svg {
    vertical-align: baseline;
    height: 15px;
    width: auto;
    padding-right: 6px;
  }
}
.etc-override .fund-header .fund-code {
  color: #477f8c !important;
}
.key-value-table {
  display: table !important;
  width: 100%;
}
.key-value-table .key,
.key-value-table .value {
  line-height: 200%;
}
.key-value-table .key {
  text-align: left;
}
.key-value-table .value {
  text-align: right;
}
.fixed-table {
  display: table;
  table-layout: fixed;
}
.unfixed-table {
  display: table;
  table-layout: auto;
}
@media print {
  html {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
  .hideOnPrint {
    display: none !important;
  }
  /** {
        transition: none !important;
    }*/
  a:after {
    content: none !important;
  }
  .container {
    width: 100% !important;
  }
  .breadcrumbs,
  .print-link {
    display: none;
  }
  .hidden-custom {
    display: block;
  }
  .tab-headers {
    display: none !important;
  }
  *[class^='col-'],
  div[class*=' col-'] {
    padding: 0;
    float: none;
    width: 100%;
  }
  .row {
    margin: 0;
  }
  .xblog-category-list,
  .xblog-popular-posts,
  .xblog-post-categories,
  .xblog-post-pagination,
  .xblog-post-share {
    display: none !important;
  }
  .add-to-my-wisdomtree-link,
  .special-content,
  .sections-container .accordion-panel .panel-heading,
  .section.document-links,
  .section .section-header,
  .section .footer-links,
  .section .view-trigger,
  .section .links-section,
  .sections-container .back-link,
  .section .divider-wrapper,
  .section hr,
  .date-filter button {
    display: none !important;
  }
  .section-header.full-section-header {
    display: block !important;
    margin-top: 15px;
  }
  .sections-container .table-container,
  .sections-container .panel-body,
  .accordion-panel {
    border: 0 !important;
  }
  .table {
    page-break-inside: avoid;
  }
  .table thead.visible-print {
    display: table-header-group !important;
  }
  .table thead th {
    background: #6b6b6b !important;
    color: white;
    vertical-align: bottom;
  }
  .table thead th .float-label {
    position: absolute;
    top: 10px;
    right: 15px;
  }
  .table thead th .timestamp span,
  .table thead th .info-component,
  .table thead th .sub-header,
  .table thead th .header-description {
    color: white !important;
  }
  .table tr.marked td {
    background: #f2f2f2 !important;
  }
  .tab-content > .tab-pane,
  .details-section > .collapse,
  .section .table-container,
  .sections-container .accordion-panel .panel-collapse {
    display: block;
    height: auto !important;
  }
  .section {
    margin: 0;
  }
  .section .section-item {
    margin: 10px 0;
  }
  .print-unbreakable {
    page-break-inside: avoid !important;
  }
  .print-breakable {
    page-break-inside: auto !important;
  }
}
