.insights-splash {
  background-image: url("../../../etc.clientlibs/iinvestor/clientlibs/global/resources/css/images/homepage-02.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  min-height: 410px;
}
.insights-splash .splash-title {
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px 15px;
  color: white;
  font-size: 2em;
}
@media screen and (max-width: 1023px) {
  .insights-splash .splash-title {
    display: block;
  }
}
.insights-splash .splash-title h1 {
  font-size: 2em;
  color: white;
  margin-top: 5px;
  display: inline-block;
  text-transform: uppercase;
  font-family: "Nimbus Sans Black";
}
.insights-splash .splash-title h1 span {
  color: #05c3de;
}
.insights-splash .splash-title h1 span sup {
  font-family: "Nimbus Sans Reg" !important;
}
@media screen and (max-width: 480px) {
  .insights-splash .splash-title h1 {
    font-size: 1.2em;
    line-height: 36px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 572px) {
  .insights-splash .splash-title h1 {
    font-size: 1.4em;
    line-height: 36px;
    margin-bottom: 0;
  }
}

.trp-box-promo .statement {
  font-size: 2em;
}

.list-articles .trp-box-min-height {
  display: table-cell;
  height: 318px;
  vertical-align: middle;
  width: 800px;
}
.list-articles .trp-box-promo .statement {
  color: #3b3b3b;
  display: inline;
  font-family: "Nimbus Sans Reg";
  line-height: 26px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.view-all h2 {
  color: black;
  margin-top: 0px;
}

.search-title {
  font-size: 26px;
}

.body-section h1 sup {
  font-size: 50%;
  top: -1.5em;
}
.author-card h1 sup{
	font-size:85%;
	top: -0.5em;
}

.landing-page-grid h3 {
  color: white !important;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 5px 15px;
}
.landing-page-grid .list-articles {
  background-color: none !important;
}

.insights-search-og .form-inline .form-group {
  margin-bottom: 10px;
}
.insights-search-og form {
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 10px 15px;
}
.insights-search-og form span {
  font-size: 16px;
  line-height: 1.42857143;
  padding: 0;
  display: inline-block;
  text-transform: uppercase;
}

.landing-page .row {
  margin-right: -8px;
  margin-left: -8px;
}
@media screen and (max-width: 1023px) {
  .landing-page .row {
    margin-right: 0;
    margin-left: 0;
  }
}

.glass-placeholder {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
}

.section-choices .trp-box-brightblue, .section-choices .trp-box {
  cursor: pointer;
}
.section-choices .trp-box-brightblue h2, .section-choices .trp-box h2 {
  color: white !important;
  font-size: 2.5rem !important;
  text-transform: uppercase;
  font-family: "Nimbus Sans Black";
  height: 50px;
}

.insights-box-category {
  min-height: 220px;
}

.form-control.input-md.input-md {
  height: 40px;
}

.landing-page-grid .list-articles {
  padding-top: 0 !important;
}

.insights-search {
  margin-bottom: 15px;
  padding: 16px 30px;
  min-height: 60px;
  background-color: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 767px) {
  .insights-search {
    padding: 5px;
  }
}
@media screen and (max-width: 480px) {
  .insights-search .btn-trp-label {
    margin-top: 0 !important;
    font-size: 16px !important;
  }
}
@media screen and (max-width: 480px) {
  .insights-search .btn-trp-slim {
    margin-top: 0;
    font-size: 15px;
  }
}
@media screen and (max-width: 769px) {
  .insights-search .btn-trp-slim.pull-right {
    float: none !important;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    display: inherit;
  }
}

.insights-search form .input-sm {
  height: 28px !important;
  width: 330px;
}
@media screen and (max-width: 480px) {
  .insights-search form .input-sm {
    width: 245px !important;
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  .insights-search form .input-sm {
    display: inline-block;
  }
}

.btn-trp-label,
.btn-trp-label:hover {
  box-shadow: none;
  cursor: default;
  color: white;
  pointer-events: auto;
  background-color: transparent !important;
  border-color: transparent !important;
}

.trp-box {
  width: 100%;
}

.insight-splash-v2 {
  background-image: url("../../../etc.clientlibs/iinvestor/clientlibs/global/resources/css/images/landing-v5.jpg");
  min-height: 412px !important;
  padding-top: 0;
  background-size: cover;
  background-position: top right;
}
.insight-splash-v2 .btn-trp-ghost {
  border: 0 !important;
}
.insight-splash-v2 .insights-box-category {
  min-height: 170px;
}
.insight-splash-v2 .splash-title {
  background-color: transparent;
}
.insight-splash-v2 .splash-title h1 {
  font-family: "Nimbus Sans Black";
  font-size: 1.2em;
  text-transform: none;
}
.insight-splash-v2 .splash-title h1 sup {
  font-family: "Nimbus Sans Reg";
}
.insight-splash-v2 .splash-title h1 span {
  color: white;
  text-transform: none;
  font-family: "Nimbus Sans Reg";
}
@media screen and (max-width: 767px) {
  .insight-splash-v2 .splash-title h1 {
    margin-top: 0;
  }
}
.insight-splash-v2 .insights-search {
  margin-bottom: 0;
  background-color: rgba(5, 76, 112, 0.8);
  margin-top: 30px;
}
.insight-splash-v2 .insights-search form {
  width: 960px;
  margin-right: auto;
  margin-left: auto;
}
.insight-splash-v2 .insights-search form .btn-trp-label-search {
  font-size: 22px;
  white-space: nowrap;
  height: 28px;
}
.insight-splash-v2 .insights-search .search-label {
  font-family: "Nimbus Sans Black";
}
@media screen and (max-width: 767px) {
  .insight-splash-v2 .insights-search {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .insight-splash-v2 {
    padding-top: 0;
  }
}

.trp-box-black-semi {
  color: white;
  background-color: rgba(0, 0, 0, 0.8);
}

.trp-box-trpblue-semi {
  color: white;
  background-color: rgba(5, 76, 112, 0.8);
}

.insight-splash-v2
.arr-right {
  background-image: url("../../../etc.clientlibs/iinvestor/clientlibs/global/resources/css/images/r-arrow.png");
  display: block;
  height: 30px;
  width: 30px;
}

.ui-autocomplete li {
  list-style-type: none;
  font-size: 0.8em;
  color: #000000;
}
.ui-autocomplete .ui-state-focus {
  background: #05C3DE;
  color: #FFFFFF;
}

.ui-autocomplete-term {
  font-weight: bold;
}

.trp-card-fund dl.fund-facts dt span, .trp-card-fund dl.fund-facts dd span {
  color: #05c3de;
  font-family: Nimbus Sans Reg;
  font-size: 30px;
  font-weight: lighter;
  padding-top: 4px;
}

.insights-body h3 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 11px !important;
  line-height: 11px !important;
  color: #808080;
  font-family: Arial;
  font-weight: bold;
  text-transform: uppercase;
}
.insights-body h2 {
  color: #4f4f4f;
  font-size: 32px !important;
  margin: 0 !important;
}
.insights-body h1 {
  font-size: 32px;
  line-height: 31px;
  font-family: Nimbus Sans Black;
  margin-top: 0;
  text-transform: none !important;
}

.trp-box-insights {
  padding: 20px !important;
}
.image .trp-box-insights {
  background-color: #fff;
}
.trp-box-insights :last-child {
  margin-bottom: 0 !important;
}

.insights-default .trp-box-insights {
  padding-bottom: 20px;
}

.insights-side {
  margin-bottom: 16px;
}

.trp-box-noheight {
  min-height: auto;
}

.insights-summary {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 0 !important;
  margin-bottom: 0;
  border-bottom: none !important;
}
.insights-summary h1 {
  text-transform: uppercase;
  font-family: Arial;
  font-weight: bold;
  font-size: 18px !important;
  line-height: 20px !important;
  color: #4f4f4f;
}
.insights-summary p {
  font-family: Nimbus Sans Reg;
  font-size: 18px;
  line-height: 24px;
  color: #3b3b3b;
  margin-bottom: 16px;
}
.insights-summary p:last-of-type {
  margin-bottom: 32px;
}

.insightsBody {
  font-family: Arial;
  font-size: 14px;
  line-height: 20px;
  color: #3b3b3b;
}
.insightsBody img {
  width: 100% !important;
}

.trp-card-fund {
  padding: 20px;
}
.trp-card-fund h3 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 11px !important;
  line-height: 11px !important;
  color: #808080;
  font-family: Arial;
  font-weight: bold;
  text-transform: uppercase;
}
.trp-card-fund h1 {
  color: #4f4f4f !important;
  font-family: Nimbus Sans Reg;
  font-size: 26px !important;
  line-height: 28px !important;
  padding-bottom: 4px !important;
  margin: 0 !important;
}
.trp-card-fund dl {
  width: 100%;
  overflow: hidden;
  margin-bottom: 0 !important;
  padding-bottom: 16px;
}
.trp-card-fund dl.fund-facts dt {
  width: 50%;
  font-weight: bold;
}
.trp-card-fund dl.fund-facts dd {
  width: 50%;
  font-weight: bold;
}
.trp-card-fund dt {
  float: left;
  padding-right: 10px;
  display: block;
}
.trp-card-fund dd {
  float: left;
  padding-left: 10px;
  border-left: 1px dotted #ccc;
}
.trp-card-fund .fund-info {
  color: #3b3b3b;
  font-family: Arial;
  font-size: 16px;
  border-bottom: 1px dotted #ccc;
  margin-bottom: 8px;
  padding-bottom: 8px;
}

.fund-factsheet {
  width: 115px;
  float: left;
  display: block;
}

.fund-data-date {
  display: block;
  float: right;
  font-size: 11px;
}

.trp-box-author h1 {
  color: #054c70 !important;
  font-family: "Nimbus Sans Reg" !important;
  font-size: 21px !important;
  line-height: 24px !important;
  padding-bottom: 12px !important;
  margin: 0 !important;
}
.trp-box-author h2 {
  color: #3b3b3b !important;
  font-family: Arial !important;
  font-size: 12px !important;
  font-weight: bold !important;
  padding-bottom: 16px !important;
  margin: 0 !important;
}
.trp-box-author span {
  color: #3b3b3b;
  font-family: Arial;
  font-size: 14px;
}
.trp-box-author .finra-link span {
  color: #3b3b3b;
  font-family: Arial;
  font-size: 12px;
}

.trp-box-author-cta {
  border-top: 1px dotted #4f4f4f;
  margin-top: 10px;
  padding-bottom: 10px;
  padding-top: 10px;
}

.trp-paragraph {
  font-family: Arial;
  font-size: 14px;
  line-height: 20px !important;
  color: #3b3b3b;
  padding-bottom: 16px;
}
.trp-paragraph h1 {
  font-family: Arial !important;
  line-height: 20px !important;
  font-weight: bold !important;
  font-size: 16px !important;
  text-transform: uppercase !important;
  color: #4f4f4f !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.section-list {
  float: right;
}
.section-list li {
  padding-left: 0;
  padding-right: 0;
  font-size: 12px;
}
.section-list li:after {
  content: " |";
}
.section-list li:last-of-type:after {
  content: " ";
}

.insights-options ul.list-inline {
  margin-left: 0;
}
.insights-options ul.list-inline > li {
  padding-left: 0;
  padding-right: 0;
}

a:hover {
  text-decoration: none;
}

.insights-rating {
  padding-top: 8px;
}

.parsysRR .trp-box-author {
  margin-bottom: 10px;
}

.trp-box-author-cta {
  border: none;
}

.author-card-bio {
  margin-top: 5px;
  overflow: hidden;
}

.author-card-img .cq-image-placeholder {
  border: none !important;
  background: url("../../../etc.clientlibs/iinvestor/clientlibs/global/resources/css/images/trusty-bg-sq.png") no-repeat scroll 50% 50% transparent !important;
  width: 100%;
}

.title-article-related {
  color: white;
  text-transform: uppercase;
  padding: 5px 10px;
  background-color: #05c3de;
  font-family: "Nimbus Sans Black";
  font-size: 17px;
}

.insights-summary-callout {
  border-bottom: 1px solid #ccc;
  font-size: 18px;
  margin-bottom: 10px;
  padding-bottom: 6px;
}

.trp-insights-related {
  padding-bottom: 0 !important;
}


.trp-insights-related.trp-box-download {
	margin-bottom:10px;
}

.trp-insights-related .trp-box-title {
  font-family: "Nimbus Sans Reg";
  font-size: 18px;
}

.trp-insights-related .trp-box-body:last-child .rr {
  border-bottom: 0 !important;
}

.trp-insights-related .trp-box-body h2 {
  font-size: 11px !important;
  color: #808080 !important;
  margin-top: 11px  !important;
  margin-bottom: 12px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 11px !important;
  color: #808080;
  font-family: Arial;
  font-weight: bold;
  text-transform: uppercase;
}

.trp-insights-related .trp-box-body p {
  color: #054c70;
  font-size: 18px  !important;
  line-height: 18px !important;
  margin: 0 !important;
  font-family: "Nimbus Sans Reg";
  padding: 0 !important;
}

.trp-insights-related .trp-box-body p a {
  text-decoration: none;
}

.trp-insights-related .trp-box-body .rr {
  margin-top: 10px;
  padding-bottom: 14px;
  border-bottom: 1px solid #ebebeb;
}

.trp-insights-related .trp-box-body .rr .rr-author {
  font-size: 12px;
  color: #4f4f4f;
  font-family: "Nimbus Sans Reg";
  padding-bottom: 5px;
}

.trp-insights-related .trp-box-body .rr .rr-link {
  font-family: Arial;
  color: #054c70;
  font-weight: bold;
}

.trp-insights-related .trp-box-body .rr .rr-link a {
  text-decoration: underline;
  text-transform: uppercase;
}

.trp-insights-related .trp-box-body .rr .rr-link a:hover {
  text-decoration: underline;
}

address {
  margin-bottom: 0;
}

.Insights-Article-Default hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #b1b1b1;
  margin: 0;
  padding: 0;
}

.trp-quote {
  width: 100%;
  background-color: #ebebeb;
}
.trp-quote h1 {
  font-family: "Nimbus Sans Reg" !important;
  font-size: 26px !important;
  line-height: 30px !important;
  color: #3b3b3b !important;
  margin-bottom: 0 !important;
  padding: 10px !important;
}
.trp-quote cite {
  font-weight: bold;
  margin-left: 10px;
}

.trp-product-callout {
  background-color: #F6F6F6;
  border-top: 1px solid #CECECE;
  border-bottom: 1px solid #CECECE;
  margin-top: 0;
  padding: 20px !important;
}
.trp-product-callout h1 {
  margin: 0 0 16px 0 !important;
  color: #05c3de;
  font-family: Arial !important;
  font-size: 14px !important;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 20px !important;
}
.trp-product-callout p {
  font-family: Arial !important;
  line-height: 20px !important;
  color: #3B3B3B;
}

.trp-primary-callout h1 {
  font-family: "NimbusSansNovusLight" !important;
  font-size: 36px !important;
  line-height: 39px !important;
  color: #05c3de;
  padding-bottom: 0 !important;
  margin: 0 !important;
  text-transform: none !important;
}

.img-responsive.cq-image-placeholder {
  height: 96px !important;
  margin: 0 auto;
}

.insights-image-rr {
  margin-bottom: 10px;
}

nav.header-tab {
  padding-left: 15px;
  background: #ebebeb;
}
nav.header-tab ul {
  display: table;
  width: 100%;
  margin: 0;
  padding: 0;
}
nav.header-tab ul li {
  display: table-cell;
  font-family: "Nimbus Sans Con";
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  background: #dcdcdc;
  border-left: 1px solid #fff;
  border-bottom: 2px solid #ebebeb;
}
nav.header-tab ul li :first-child {
  border-left: 0;
}
nav.header-tab ul li:active a {
  border-top: 2px solid #05c3de;
}
nav.header-tab ul li:hover {
  border-left: 1px solid transparent;
}
nav.header-tab ul li:hover a {
  border-top: 2px solid transparent;
  color: #3b3b3b;
  text-decoration: none;
}
nav.header-tab ul li:hover:active {
  background: #fff;
  border-bottom: 2px solid #fff;
}
nav.header-tab ul li:hover:active a {
  color: #05c3de;
  border-top: 2px solid #05c3de;
}
nav.header-tab ul li:hover a, nav.header-tab ul li.selected a {
  border-bottom: 0;
  border-top: 2px solid #3b3b3b;
}
nav.header-tab ul li.selected {
  background: #fff;
  padding-top: 0;
  border-bottom: 2px solid #fff;
  border-left: 1px solid transparent;
}
nav.header-tab ul li.selected a {
  color: #3b3b3b;
  border-top: 2px solid #05c3de;
}
nav.header-tab ul li a {
  display: block;
  padding: 10px 15px;
  color: #9D9D9D;
  text-align: center;
  border-top: 2px solid transparent;
}
nav.header-tab ul li a:focus {
  text-decoration: none;
  color: #3b3b3b;
}
nav.header-tab ul li:hover > a {
  color: #3b3b3b;
}

section article nav.header-tab {
  background: white;
}
section article nav.header-tab ul li {
  background: white;
  border-left: 1px solid #ebebeb;
  border-bottom: 2px solid white;
}
section article nav.header-tab ul li:hover {
  border-left: 1px solid transparent;
}
section article nav.header-tab ul li:hover a {
  border-top: 2px solid transparent;
  text-decoration: none;
}
section article nav.header-tab ul li:hover:active a {
  color: #05c3de;
  border-top: 2px solid #05c3de;
}
section article nav.header-tab ul li:hover a, section article nav.header-tab ul li.selected a {
  border-top: 2px solid #3b3b3b;
}
section article nav.header-tab ul li.selected {
  background: #ebebeb;
  border-bottom: 2px solid #ebebeb;
}
section article nav.header-tab ul li.selected a {
  color: #3b3b3b;
  border-top: 2px solid #05c3de;
}
section article nav.header-tab ul li:hover > a {
  color: #3b3b3b;
}
section article nav.header-tab ul li a {
  color: #9D9D9D;
  border-top: 2px solid transparent;
}
section article nav.header-tab ul li a:focus {
  text-decoration: underline;
  color: #3b3b3b;
}

nav.content-tab ul {
  margin: 0;
  padding: 0;
}
nav.content-tab ul li {
  display: inline-block;
  position: relative;
  padding: 0;
  width: 110px;
  text-align: center;
  font-family: "Nimbus Sans Con";
  font-size: 16px;
}
@media screen and (max-width: 480px) {
  nav.content-tab ul li {
    margin-bottom: 10px !important;
  }
}
nav.content-tab ul li a {
  color: #3b3b3b;
  text-decoration: none;
  border-bottom: 1px solid #9D9D9D;
  display: block;
}
nav.content-tab ul li a:after {
  background: none;
  background-position: right bottom;
  background-repeat: no-repeat;
  content: "";
  display: block;
  position: absolute;
  width: 9px;
  height: 6px;
  bottom: -5px;
  left: 50%;
}
nav.content-tab ul li a:active {
  color: #05c3de;
  border-bottom: 1px solid #05c3de;
}
nav.content-tab ul li a:hover:after, nav.content-tab ul li a:active:after {
  background: url(../../../etc.clientlibs/iinvestor/clientlibs/global/resources/css/images/header-tab-tooth.png);
  background-position: left bottom;
}
nav.content-tab ul li a:active:after {
  background-position: right bottom;
}
nav.content-tab ul li.selected a, nav.content-tab ul li.selected a:active, nav.content-tab ul li.selected a:hover {
  color: #3b3b3b;
  border-bottom: 1px solid #05c3de;
}
nav.content-tab ul li.selected a:after, nav.content-tab ul li.selected a:active:after, nav.content-tab ul li.selected a:hover:after {
  background: url(../../../etc.clientlibs/iinvestor/clientlibs/global/resources/css/images/header-tab-tooth.png);
  background-position: right bottom;
}
nav.content-tab ul li a {
  padding: 0 15px;
  line-height: 20px;
  color: #9D9D9D;
}
nav.content-tab ul li a:focus {
  text-decoration: none;
  color: #3b3b3b;
}

.gray-tabs nav.content-tab ul li a:hover:after, .gray-tabs nav.content-tab ul li a:active:after {
  background-position: -18px bottom;
}
.gray-tabs nav.content-tab ul li a:active:after {
  background-position: -27px bottom;
}
.gray-tabs nav.content-tab ul li.selected a:after, .gray-tabs nav.content-tab ul li.selected a:active:after, .gray-tabs nav.content-tab ul li.selected a:hover:after {
  background-position: -27px bottom;
}

.xtb-text {
  font-size: 14px !important;
  padding: 5px !important;
}

.content-tab- {
  padding-bottom: 20px;
}

.tab-1 {
  display: block;
}

.trp-next-steps {
  padding: 10px 0 0 0 !important;
}
.trp-next-steps ul {
  padding-bottom: 0 !important;
}
.trp-next-steps ul li {
  font-size: 15px;
}
.trp-next-steps hr {
  margin-bottom: 7px !important;
  margin-top: 7px !important;
}
.trp-next-steps div {
  padding-bottom: 0 !important;
}
.trp-next-steps p {
  font-weight: bold;
}
.trp-next-steps a {
  font-weight: bold;
}

.trp-next-step-links a:before {
  content: "|  ";
  color: black;
}
.trp-next-step-links a:nth-child(1):before {
  content: "";
}

.bottom-floater {
  position: fixed;
  bottom: 0;
  z-index: 9001;
  display: none;
  border-top: 1px solid #ccc;
}
.bottom-floater .trp-box {
  margin-bottom: 0;
}

.bottom-fade-full, .bottom-fade-half, .bottom-fade {
  background: url("../../../etc.clientlibs/iinvestor/clientlibs/global/resources/css/images/bottom-fade-full.png") no-repeat scroll center bottom transparent;
  bottom: 0;
  height: 100px;
  position: fixed;
  z-index: 9000;
  display: none;
}

.bottom-fade-half {
  background: url("../../../etc.clientlibs/iinvestor/clientlibs/global/resources/css/images/bottom-fade-half.png") no-repeat scroll center bottom transparent;
  height: 50px;
}

.bottom-fade {
  background: url("../../../etc.clientlibs/iinvestor/clientlibs/global/resources/css/images/bottom-fade-quater.png") no-repeat scroll center bottom transparent;
  height: 25px;
}

.next-steps-title {
  background-color: #4f4f4f;
  color: white;
  padding: 6px 20px;
  text-transform: uppercase;
  --font-size: 15px;
  --letter-spacing: 2px;
}

.next-steps-body {
  padding: 10px 20px !important;
}

.floating-footer {
  background-color: #4f4f4f;
  bottom: 0;
  box-shadow: 0 0 10px 0 rgba(50, 50, 50, 0.45);
  color: white;
  display: none;
  left: 0;
  margin-bottom: -1000px;
  padding: 12px;
  position: fixed;
  right: 0;
  transition: all 0.5s ease 0s;
}
.floating-footer a {
  color: white;
  font-weight: bold;
  text-decoration: none;
}
.floating-footer a:hover {
  color: #05c3de;
}

.show-floating-footer {
  display: block;
  margin-bottom: 0;
}

span.trp-next-step-links a {
  white-space: nowrap;
}
span.trp-next-step-links a::before {
  color: white !important;
}
span.trp-next-step-links a:before {
  color: white !important;
}

div.table {
  margin-bottom: 0 !important;
}

.insights-wrapup-summary ul,
.insights-summary ul,
.trp-next-steps ul,
.insights-body ul,
ul.trp-bullets {
  list-style: none;
  margin: 0;
  padding: 0;
}
.insights-wrapup-summary ul li,
.insights-summary ul li,
.trp-next-steps ul li,
.insights-body ul li,
ul.trp-bullets li {
  padding-left: 1em;
  text-indent: -1.2em;
  list-style-type: none !important;
}
.insights-wrapup-summary ul li:before,
.insights-summary ul li:before,
.trp-next-steps ul li:before,
.insights-body ul li:before,
ul.trp-bullets li:before {
  content: "\25a0 \00A0 \00A0";
  color: #05c3de;
  vertical-align: text-bottom;
}

.insights-body ul {
  margin-bottom: 10px !important;
}

.content-tab ul li {
  text-indent: 0  !important;
}
.content-tab ul li:before {
  content: none !important;
}

#shareThisInfo {
  position: absolute;
  background: none;
  background-color: #FFF;
  border: 1px solid #DDD;
  width: 200px;
  text-decoration: none;
  color: #333;
  padding: 5px;
  z-index: 999;
  margin: 25px 0 0 104px;
  *zoom: 1;
  box-shadow: 2px 2px 2px #F0F0F0;
}
#shareThisInfo #disclaimer {
  font-size: 9px;
  line-height: 10px;
  color: #666;
  text-align: left;
  padding-bottom: 0;
}
#shareThisInfo table {
  padding: 5px;
}
#shareThisInfo td {
  padding: 5px;
  line-height: 10px;
  font-size: 9px;
}
@media screen and (max-width: 992px) {
  #shareThisInfo {
    top: 10px;
    right: 20px;
  }
}

@media screen and (max-width: 992px) {
  .share-buttons .btn-icon {
    padding-left: 0px !important;
    padding-right: 2px !important;
  }
}
@media screen and (max-width: 992px) {
  .share-buttons .btn-icon .fa {
    padding-left: 7px !important;
    padding-right: 9px !important;
  }
}

.filter-introduction {
  margin-bottom: 16px;
}

.explore-tabs {
  margin-top: 0;
}
.explore-tabs li {
  cursor: pointer;
}

.insights-explore {
  padding: 15px;
}

.list-articles {
  padding-top: 16px;
  margin-bottom: 8px;
  margin-right: -8px !important;
  margin-left: -8px !important;
}

.glass-placeholder {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
}

.explore-by {
  background-color: #ebebeb;
  padding: 0 16px 0 16px;
}
.explore-by li {
  font-family: "Nimbus Sans Reg";
  font-size: 16px;
  white-space: nowrap;
  border: 1px solid #dcdcdc;
  margin-right: 2px;
}
.explore-by li.list-title {
  font-family: "Nimbus Sans Black";
  font-size: 18px;
  border: none !important;
}
.explore-by li a {
  cursor: pointer;
}
.explore-by li i {
  color: gray;
}
.explore-by li span {
  font-family: "Nimbus Sans Reg";
  font-size: 16px;
  margin-bottom: 16px;
}

.insights-filter h2 {
  color: #3b3b3b;
  font-weight: bold;
  font-size: 14px !important;
}
.insights-filter h2:first-of-type {
  margin-top: 0;
}
.insights-filter a.btn {
  box-shadow: none;
  cursor: pointer;
  pointer-events: auto;
  margin-bottom: 10px;
  text-align: left !important;
}

nav.header-tab {
  margin-bottom: 0;
}
nav.header-tab ul {
  width: 80%;
}

.filter hr {
  height: 2px;
  background-color: #B1B1B1;
  border: none;
  margin-top: 8px;
  margin-bottom: 8px;
}
.filter .insights-filter hr {
  height: 1px;
}

.trp-box-explore {
  padding-top: 10px;
}
.trp-box-explore h1 {
  margin-top: 0;
  line-height: 30px;
  font-family: "Nimbus Sans Black";
}

.btn-trp-filter {
  color: #3b3b3b !important;
  font-size: 14px !important;
  background-image: url("../../../etc.clientlibs/iinvestor/clientlibs/global/resources/css/images/checkboxes.png");
  background-position: 8px -22px;
  background-repeat: no-repeat;
  padding-left: 34px !important;
}
.btn-trp-filter.filter-on {
  background-position: 8px 4px;
}
.btn-trp-filter:hover, .btn-trp-filter:focus {
  color: black !important;
}
.btn-trp-filter.active, .btn-trp-filter:active {
  color: black !important;
  background-image: url("../../../etc.clientlibs/iinvestor/clientlibs/global/resources/css/images/checkboxes.png");
  background-position: 8px -22px;
  box-shadow: none;
  outline: 0 none;
}

.list-filtered-by li {
  padding: 0 !important;
  margin-bottom: 2px;
}
.list-filtered-by li.list-all {
  color: #3b3b3b;
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.list-filtered-by li.list-all:hover {
  background-color: #ebebeb !important;
}
.list-filtered-by li.list-title:hover {
  background-color: #ebebeb !important;
}
.list-filtered-by li:hover {
  background-color: white;
  color: #3b3b3b !important;
}
.list-filtered-by li a:hover {
  color: #3b3b3b !important;
}

.filter-by-item {
  color: #3b3b3b;
  padding-left: 5px !important;
  padding-right: 5px !important;
  background-image: url("../../../etc.clientlibs/iinvestor/clientlibs/global/resources/css/images/remove-filter.png");
  background-repeat: no-repeat;
  background-position: right -18px;
  padding-right: 25px  !important;
  margin-bottom: 2px;
}
.filter-by-item:hover {
  background-position: right 3px;
}

.btn-trp-filter.filter-unavail {
  background-image: url("../../../etc.clientlibs/iinvestor/clientlibs/global/resources/css/images/checkboxes.png");
  background-position: 8px -50px;
  box-shadow: none;
  outline: 0 none;
  color: #b1b1b1 !important;
  cursor: text !important;
}
.btn-trp-filter.filter-unavail:hover {
  color: #b1b1b1 !important;
}

.sort-by-select-item {
  cursor: pointer;
}

.wrapper-filter {
  background-image: url("../../../etc.clientlibs/iinvestor/clientlibs/global/resources/css/images/filter-v5.jpg");
}

.no-results {
  padding: 10px;
  background-color: white;
}

.insights-placeholder {
  margin: 0 auto;
}

.insights-box-min-height {
  /*min-height: 210px;*/
  min-height: 295px;
}

.insights-video-defaults {
  padding-bottom: 20px;
}

.insights-wrapup-summary {
  padding-top: 8px;
  padding-bottom: 8px;
}
.insights-wrapup-summary p {
  margin-bottom: 0;
}

.trp-box-exe-summary {
  background-color: #f6f6f6;
  border-bottom: 1px solid #b1b1b1;
  padding-left: 20px;
  padding-right: 20px;
}

.trp-box-promo {
  padding: 15px !important;
}

.trp-box-promo .headline-lrg {
  line-height: 24px !important;
}

.trp-box-insights {
  position: relative;
}

.trp-card {
  bottom: 15px;
  position: absolute;
}

.trp-card span {
  margin-right: 10px;
}

.trp-card div.trp-card-name {
  height: 40px;
  position: relative;
}

.trp-card div {
  margin-left: 0 !important;
}

.trp-card-layout {
  bottom: 0;
  margin-left: 10px;
  position: absolute;
}

.video-thumb {
  background-image: url("../../../etc.clientlibs/iinvestor/clientlibs/global/resources/css/images/video-thumb.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: auto 100%;
  height: 100px;
  margin-top: 12px;
  margin-bottom: 6px;
}

.teaser-text {
  margin-top: 12px;
  margin-bottom: 6px;
}

.type-insights-article .insights-headline {
  height: 72px;
}

/*sup {
  top: -1.0em !important;
  font-size: 50% !important;
}*/

.head-sup {
  top: -1.1em;
  font-size: 40%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sup,
sub {
  font-size: 60%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }
address.author sup{
	font-size: 85%;
}
sub {
  bottom: -0.25em; }

.share-buttons li a span {
  display: inline-block;
  width: 46px;
}


.hide-this {
  display: none !important;
}

i.no-style {
  font-style: normal !important;
}

@media screen and (max-width: 767px) {
  .print-share-download {
    margin-top: 5px;
  }
}

.trp-box-click {
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .btn-browse-all {
    margin-top: 10px !important;
  }
}

address {
  margin-bottom: 0;
}

.insights-summary-callout {
  margin-bottom: 10px;
}

.img-auth.cq-image-placeholder {
  background: url("../../../etc.clientlibs/iinvestor/clientlibs/global/resources/css/images/trusty-96-sq.png") no-repeat scroll 50% 50% transparent !important;
  height: 96px;
  width: 96px;
  border: none;
}

.row-full-width {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.author-card-img {
  height: 96px !important;
  width: 96px !important;
}

.trp {
  white-space: nowrap;
}

i.trp {
  font-style: normal;
}
/* fixes 1.1*/
.type-insights-article .insights-headline {
    height: inherit;
}

@media screen and (max-width: 1023px){
    .btn-browse-all {
    margin-top: 10px !important;
}
    .insight-splash-v2 .insights-search form {
        width: 100%;
         }
    
.section-choices .trp-box-brightblue h2, 
        .section-choices .trp-box h2{
    height: inherit;
}

.insight-splash-v2 .insights-box-category {
    min-height: 85px;
}
.section-choices .col-md-4,
        .landing-page-grid .col-md-4,
        .landing-page-grid .col-md-8 {
    padding-left: 64px;
    padding-right: 64px;
}
    
}
@media screen and (max-width: 767px){
    .section-choices .col-md-4,
    .landing-page-grid .col-md-4,
    .landing-page-grid .col-md-8{
    padding-left: 8px;
    padding-right: 8px;
}
    
    .insight-splash-v2 .insights-search form {
        width: 100%;
         }
    .insight-splash-v2 .splash-title h1 {
        font-size: 2.3rem !important;
    }
    
    .insight-splash-v2 .insights-box-category {
        min-height: 120px;
    }

    .insight-splash-v2 .arr-right {
        background-image: url("../../../etc.clientlibs/iinvestor/clientlibs/global/resources/css/images/r-arrow--sm.png");
        display: block;
        height: 15px;   
        width: 15px;
    }
    .section-choices .trp-box-brightblue h2, .section-choices .trp-box h2 {
        font-size: 2.25rem !important;
        height: 44px;
    }
    
    .insights-body h1 {
    font-size: 24px;
    line-height: 26px;
    }
    .insights-body h3 {
    margin-top: 0;
    margin-bottom: 10px;
    }
}



.section-choices .trp-box-brightblue h2, .section-choices .trp-box h2 {
    
    font-family: "Nimbus Sans Bold";
   
}


.ui-autocomplete .ui-state-focus {
    background: #05C3DE !important;
    color: #FFFFFF  !important;
}

.insights-search form .input-sm {
  font-size: 14px !important;
}

/* Fixes 1.2*/
.ratings .empty {
    background-image:url("../../../etc.clientlibs/iinvestor/clientlibs/global/resources/css/images/ratings_star_empty.png");
}

.ratings .full {
    background-image:url("../../../etc.clientlibs/iinvestor/clientlibs/global/resources/css/images/ratings_star_full.png");
}

.ratings-bar {
    background-repeat:repeat-x;
    height:16px;
}

.ratings-stars {
    width:80px;
    height:16px;
}

.ratings-star {
    float:left;
    background-repeat:no-repeat;
    height:16px;
    width:16px;
}

.comments-count .ratings-bar.empty {
    width:80px;
}

.comments-count .ratings-bar.full {
    width:0;
}

.comment-header .ratings-stars {
    float:right;
    height:30px;
    padding-top:6px;
    margin-right:5px;
}

.comment-header .ratings-bar.empty {
    width:80px;
}


/*promo*/
.parsysRR .insights-promo{
    margin-bottom: 10px;
    height: 150px;
    padding: 0 !important;
    
    
}

.insights-promo h1{
    margin-top: 0;
    margin-bottom: 0;
}
.promo-text{
    height: 110px;
    padding: 14px;
    text-transform: uppercase;
    color: #05C3DE;
    font-family: 'Nimbus Sans Bold';
    font-size: 23px;
    line-height: 22px;
}
.promo-text span{
    color: white;
}
.promo-cta {
    height: 40px;
    padding: 6px 34px;
    font-size: 19px;
    font-family: 'NimbusSanNovDMed';
    letter-spacing: 1px;
    background-image:url('../../../etc.clientlibs/iinvestor/clientlibs/global/resources/css/images/an-arrow-nb.png');
    background-position: right 6px;
    background-repeat: no-repeat;
}
.promo-cta a{
    color: white;
    text-decoration: none;
}

.promo-cta a:hover{
    color: white;
    text-decoration: none;
}




.insights-search form .input-sm {
    height: 28px !important;
    width: 280px;
}

@media screen and (max-width: 768px){
    .insights-options{
        text-align: right;
    }
}

@media screen and (max-width: 480px){
    .insights-options{
        text-align: right;
    }
}

@media screen and (max-width: 320px){
    .insights-search .btn-trp-label-search {

    padding-left: 6px !important;
    padding-right: 6px !important;
}
}


.show-topics{
   overflow: hidden;
}

.show-topics-6{
    max-height:946px; 
}
.show-topics-12{
    max-height:1876px;
}
.show-topics-18{
    max-height:2806px;
}


.num-topics a{
 cursor: pointer;
}
.show-dropdown-label{
 width: 50px;
}



.trp-box-download {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 24px;
    width: 100%;
}




.trp-box-download .download.portrait .box-content {
    margin-bottom: 16px;
    width: 100%;
}                    


.trp-box-download .download.landscape footer {
    float: left;
    clear: both;
    padding: 12px 0;
    background:white;
}                                

.trp-box-download footer {
    margin: 0;
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    position: relative;
    float: left;
    background:white;                            
}


.trp-box-download .trp-box-body {
	padding-bottom:45px;
}            


.trp-box-download .trp-box-body h1 {
    color: #054c70 !important;
    font-family: "Nimbus Sans Reg" !important;
    font-size: 21px !important;
    line-height: 24px !important;
    padding-bottom: 12px !important;
    margin: 0 !important;
}


.download a.btn i {
    margin-right: 4px;

}


.trp-box-download .image-container { background-size: cover; background-repeat: no-repeat; background-position: center top; width: 120px; float: left; margin-right: 16px; border: 1px solid #EBEBEB; overflow: hidden; }
.trp-box-download .image-container img { width: 100%; }

.trp-box-download .download.portrait .image-container { width: 100%; height: auto; max-height: 100px; float: none; margin: 0 0 8px 0; display: block; }

@media screen and (max-width: 768px){
	.trp-box-download .download.portrait .image-container { width: 120px; height: auto; max-height: 85px; float: none; margin: 0 0 8px 0; display: block; }
}

.trp-box-download .download.portrait .tile-content { margin-bottom: 16px; }

.trp-box-download .download.landscape .image-container { margin-right: 16px; max-height: 85px; }
.trp-box-download .download.landscape.extended .image-container { float: left; width: 25%; overflow: visible; max-height: 100%; }

.trp-box-download .download .image-container { max-height: 64px; }
.trp-box-download .download .image-container img{ height: auto; margin: 0 0 8px 0; }


